helloworld
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Go test - working directory keeps changing to dir of the test file, instead of value in template
AnsweredHi, I have a Go project structure like this: coolproject/coolproject/testdata/inputs.txtcoolproject/pkg/processor/proc.gocoolproject/pkg/processor/proc_test.go When I have proc_test.go open in GoLa... -
Created GoLand indexing irrelevant directories
CompletedHi, I'm trying out GoLand on OS X and I've noticed it is spending a lot of CPU and I/O indexing files. Indexing code from my project and its dependencies sounds reasonable, but when I look at what...