All

Using Modules with the Athens Project!

Episode 28

In episode 27, we talked about how to use Go Modules to manage dependencies, but there’s more to the story!

Check out how module servers and Athens fit into the dependencies ecosystem.

Go modules come with module servers that you can download your dependencies from too! The servers themselves are pretty cool, but here’s why you should consider using one:

I’m going to explain how module servers work, introduce Athens, and show how to use it in action.

Check out the example code on GitHub and keep on rockin', Gophers!