With the release of 1.16: "...and use of go get to build and install packages is deprecated.", this project should use go modules. This would also allow for your dependencies be automatically installed with go get github.com/henesy/disco. Dependencies are also found in the go.mod file.
With the release of 1.16: "...and use of
go getto build and install packages is deprecated.", this project should use go modules. This would also allow for your dependencies be automatically installed withgo get github.com/henesy/disco. Dependencies are also found in thego.modfile.