|
|
|
|
|
by rakoo
4127 days ago
|
|
> Still have to deal with GOPATH Once, when you install Go. Then for each project, put your stuff where you want and symlink from $GOPATH to where it is. Once per project. There really is minimum hassle to integrate the recommended flow. |
|
GOPATH isn't awful, but it's something more than "just source" as claimed in the article; which is my point. Go is simple, but not as simple as claimed.