gvp
gvp copied to clipboard
gvp corrupts arguments with spaces
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:
gvp in go build -v -o my_binary -ldflags '-X\ main.version\ foo' ./...
@blalor Could you try out current master? And perhaps if you get the same problem, try single quoting everything after gvp in. Thanks for reporting the issue!