Go and Julia Packages and Modules Compared
Comparing how Julia and Go deal with dependencies to other code

Julia and Go are a fun exercise in how terminology can get really confusing. In Julia and Go, the package and module concepts have basically been swapped.
The Go documentation defines a module as:
A module is a collection of packages…