gvp icon indicating copy to clipboard operation
gvp copied to clipboard

Go Versioning Packager

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

I install go 1.5.3 by gvm recently. Before this i used homebrew to install go. After switch to gvm, gvp can't work correctly. `go get` did not download the package...

After I installed gvp and do `source gvp`, I tried to `gvp version` but my console exited. I found the following (https://github.com/pote/gvp/blob/master/bin/gvp#L122) ``` case "$1" in "version") echo ">> gvp...

Homebrew needs some love with a new version. @pote hinted that they would head this effort, since I don't run or have access to OSX. Other testers would be appreciated.

Brainstorm other things to test. Immediately: - Prompt manipulation - A test for every function There are also just some outdated tests. `init` is no longer supported, only sourcing and...

enhancement

Messing around with setting a version string at compile time. The following fails: ``` gvp in go build -v -o my_binary -ldflags '-X main.version foo' ./... ``` But this works:...

bug

Bash is awesome, but not nearly universal. This script has advertised compatibility with "*nix", which should include anything with a POSIX shell. There are a few bashisms in the current...

enhancement