Roy Choo
Roy Choo
Following the conversation at https://github.com/diiq/atomatigit/issues/90, i do understand there is fix in https://github.com/diiq/atomatigit/pull/107 to make list scrollable which is very similar to the fix that @lordofthelake proposed. But I still...
hi, i need to add some arguments to a test command, how can i do that? i.e ```go test -gcflags=all=-l -short ./...```
Hi, wish to use https://github.com/incu6us/goimports-reviser instead of goimports, how could i configure it? it tried ``` goimports = goimports-reviser ``` but it is not working
Hi, seems like it is trying to parse some of the output but it is invalid due to the invalid stdout, and i think is because in my current project...
Hi, sorry how can i add the test binary flags? it needs to be after the package ```-args``` ``` -args Pass the remainder of the command line (everything after -args)...