goenv icon indicating copy to clipboard operation
goenv copied to clipboard

Isolated development environments for Go

Results 6 goenv issues
Sort by recently updated
recently updated
newest added

this seemed necessary for me; i didn't look too hard at whether I'd otherwise missed something, apologies if so ``` $ goenv env goenv: unrecognized command env Goenv provides isolated...

Currently goenv does not support the Fish shell, and it has only been possible to use with silly workarounds and plugins, when the solution is fairly simple: a separate init...

On activate it might be useful to `cd` to `$GOPATH/src/` folder and switch back on deactivation. It will make it possible to use for example `dep` tool.

Be nice to have some shell wrappers: ``` #!bash workon myproject ```

If one's working directory contains `src`, `pkg` and `bin`, then activating the environment won't correctly set the `$GOPATH`. The solution I found was to edit `goenv/activate` and change the beginning...