DEV Community

Discussion on: My 2 Cents On Go

Collapse
 
arschles profile image
Aaron Schlesinger

I love this writeup - really succinct and accurate, IMO (I've been writing Go almost exclusively for 5+ years)

I felt like the GOPATH and the dependency management tools were always a thorn in my side. Recently, they started turning me off of Go TBH, but 1.11 fixed both (others have more detail). And shameless plug: I'm working on a server for Go modules so that you don't have to pull code directly from GitHub if you don't want to - because that's caused problems in the past too.

github.com/gomods/athens