In order to modernize the build process we can make use of go modules. This allow us to build the project outside of GOPATH. This also bring some more benefits like fine grained dependencies management. More information can be found on golang release page and log.
In order to modernize the build process we can make use of go modules. This allow us to build the project outside of GOPATH. This also bring some more benefits like fine grained dependencies management. More information can be found on golang release page and log.