gvp icon indicating copy to clipboard operation
gvp copied to clipboard

gvp corrupts arguments with spaces

Open blalor opened this issue 11 years ago • 1 comments

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 avatar Sep 29 '14 02:09 blalor

@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!

langston-barrett avatar Jul 22 '15 19:07 langston-barrett