Go Modules Done Better

Chip Keyes
ITNEXT
Published in
7 min readOct 3, 2020

--

A follow up to my previous article Go Modules in Real Life

A little over a year ago, I published an article detailing how my team at Helpful Human and I set up our project using Go modules. We used a multi-module repo and used the replace directive to point the Go tool chain to relative path modules. If you're interested in how we did that you can go back and read that post linked above.

--

--