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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
I encountered the following error in ubuntu18 and manjaro, why?
Setting up environment...
I will now run a test Hello World program with Go to ensure things are OK...
helloworld.go:2:8: cannot find package "fmt" in any of:
/home/gosint/go/src/fmt (from $GOROOT)
/home/gosint/projects/src/fmt (from $GOPATH)
package main
imports runtime: cannot find package "runtime" in any of:
/home/gosint/go/src/runtime (from $GOROOT)
/home/gosint/projects/src/runtime (from $GOPATH)
Some error encountered...
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I encountered the following error in ubuntu18 and manjaro, why?
The text was updated successfully, but these errors were encountered: