Maxim Blumental

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Maxim Blumental created a post, "dep ensure" does not work from terminal
When I open a terminal in the IDE and in the directory with Gopkg.toml type: dep ensure an error occurs: $(HOME)/my_service/src/my.package/foo/ is not within a known GOPATH/src I set module GOPATH ... -
Maxim Blumental commented, -
Maxim Blumental created a post, How can we create a configuration for gobench with -benchmem
I can create a gobench configuration. This will allow me to see ns/op. But I would also like to observe memory consumption. In console I would do this:go test <my_package> -bench . -benchmem Addin...