Docker Builds With Private Go Modules
When retrieving Go apps with private modules you need to authenticate against whatever git repo your module is in. When you search the internet it advises you to utilize a .netrc
file to configure the basic auth credentials.