mintme-com / pool

MintMe.com Coin pool
https://mintme.com/coin/
GNU General Public License v3.0
32 stars 46 forks source link

go: GOPATH entry is relative; must be absolute path: "". #1

Closed wanda7566 closed 6 years ago

wanda7566 commented 6 years ago

go: GOPATH entry is relative; must be absolute path: "".

how to fix this?

lukaszmatczak commented 6 years ago

You have to configure your environment. Please read guide on golang site: https://golang.org/doc/code.html#GOPATH

wanda7566 commented 6 years ago

i have set the path, now i got this error:

github.com/webchain-network/webchaind/logger/glog

github.com/webchain-network/webchaind/logger/glog

../webchaind/logger/glog/glog.go:1271: undefined: sort.Slice Makefile:10: recipe for target 'all' failed make: *** [all] Error 2

lukaszmatczak commented 6 years ago

"sort" is standard go package. Looks like something is wrong with your golang installation, golang version or paths.

lukaszmatczak commented 6 years ago

Minimum go version is 1.8. I've updated README.md.