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
os/user package need cgo support, buf if enable cgo, we can not cross compile.
So, i use "github.com/mitchellh/go-homedir", replace the os/user package
in file spawn_process.go, function SetBaseDirectory(dir string) error {...}
Thanks.