-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problems while installing #18
Comments
New-to-Go checklist... $ sudo add-apt-repository ppa:gophers/archive find your new binary at ~/go/bin/pcstat |
go1.14 does not install it |
@Davidrjx can you provide more info? This works just fine:
|
@tightly-clutched Not sure if it's me (it's the first time I've installed/played with go, so it quite probably is me) but I found that instead of
I had to use
|
go build
warning: GOPATH set to GOROOT (/usr/lib/golang) has no effect
mincore.go:24:2: cannot find package "golang.org/x/sys/unix" in any of:
/usr/lib/golang/src/golang.org/x/sys/unix (from $GOROOT)
($GOPATH not set)
already install go,but the file '/usr/lib/golang/src/golang.org/x/sys/unix' does not exist.
i found a file : /usr/lib/golang/src/internal/syscall/unix
The text was updated successfully, but these errors were encountered: