1 min readOct 14, 2018
I was actually referring to Go get, I wasn’t up to date with Go’s releases when writing this and didn’t realize 1.11 came out with the modules utility.
As far as I can tell from testing it out, it does indeed seem that go modules properly~ish fills the role of a package manager. The only things I was bothered by at a first glance are minor.
I’ll try it out more today and probably edit the bits about package management out.
Thank you for pointing this out… goes to show I haven’t been using Go enough I guess.