Reputation: 26415
After reading How to Write Go Code, and watching this screencast, I just want to ask:
GOPATH
variable environment considered a good practice ? Upvotes: 3
Views: 335
Reputation: 91253
It's not about good or bad practice. It's about different needs. Many developers can live with a single path in their GOPATH. Others have special needs and for them the multiple-path GOPATH is a solution.
Upvotes: 3