You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the generator script doesn't handle GOPATH gracefully when multiple entries are present, which is the default:
$ go help gopath
[snip]
The GOPATH environment variable lists places to look for Go code.
On Unix, the value is a colon-separated string.
On Windows, the value is a semicolon-separated string.
On Plan 9, the value is a list.
Summary
gocsi.sh assumes GOPATH is a single value
Bug Reports
the generator script doesn't handle GOPATH gracefully when multiple entries are present, which is the default:
Version
632c7b6c
Expected Behavior
gopath should be respected
Actual Behavior
gopath is not respected
Steps To Reproduce
It blindly injects GOPATH
Logs
nope
The text was updated successfully, but these errors were encountered: