vg
vg copied to clipboard
Virtualgo: Easy and powerful workspace based development for go
Too many errors saying /root/go/src/github.com/spf13/cobra/bash_completions.go:566:28: undefined: io.StringWriter
Discovering this automatically is hard. We should at least allow a `--executable`/`--bin` flag to `vg uninstall` to indicate that an executable should be removed as well.
Command `vg ensure` run within the project directory and activated workspace returns: ```bash (project) [user@machine project][✔]$ vg ensure Running "dep ensure" Error: Couldn't move the vendor directory to the active...
Case 1: Destroyed environments are re-created again with `cd` ```bash [host]xyz_proj$ vg init ... (xyz_proj) [host]xyz_proj$ vg destroy [host]xyz_proj$ cd any_other_folder [host]any_other_folder$ cd xyz_proj Creating workspace "xyz_proj" with global fallback...
When changing from one workspace to another in fish, the prompt updating fails. It's worth noting that I've have a function in my fish config also called `fish_prompt`: https://github.com/karlek/dotfiles/blob/master/.config/fish/conf.d/08-prompt.fish ```shell...
Document which variables `vg` exposes and also document the `last-ensure` file.
I'm a bit stubborn when it comes to go and directory organisation, so I tried to use `vg` to create a git clone of my project in whatever directory I...
There seems to be no writeup on this matter in the documentations (aka README). I'm using vg with dep and my current way of installing executables is putting them in...