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
decompose GOPATH and set it according to the current working dir. (#712)
* decompose GOPATH and set it according to the current working dir.
there are different places in the project where the value of env var GOPATH is used,
and cannot handle composed GOPATHs. this will determine the correct GOPATH
based on the current workin dir and set it during the execution.
* get rid of restoreGopath and move the GOPATH check in GetGopath
restoreGopath is not required, as SetEnv doesn't affect the parent process's enviroment
0 commit comments