-
Notifications
You must be signed in to change notification settings - Fork 567
Open
Labels
Description
after install idea, i import and try to run my project and found out the error says : src/warehouse/main.go:55:2: cannot find package "glog" in any of: /usr/local/go/src/glog (from $GOROOT) ($GOPATH not set)
then i open the terminal in idea and found that GOPATH is null
but in the shell GOPATH is not null
so i was confused....help....