v8worker2 icon indicating copy to clipboard operation
v8worker2 copied to clipboard

Correct GOPATH use to support lists

Open sethwklein opened this issue 6 years ago • 0 comments

GOPATH is a list as documented at https://golang.org/cmd/go/#hdr-GOPATH_environment_variable

This commit updates the build instructions to use go list which handles GOAPTH properly.

The new command also correctly handles spaces in filenames.

sethwklein avatar Jun 30 '18 16:06 sethwklein