Hacker News new | ask | show | jobs
by SaulOfTheJungle 2750 days ago
I am new to Go and I want to start a new project.

In which cases should I adopt modules versus just sticking with $GOPATH?

1 comments

Everything is moving to Go modules; unless you need compatibility with legacy tools I'd start updating and go ahead and use modules whenever possible. It will make your life easier in the future when you have to transition fewer things.