Use go-modules
Open
- Dominant language
- Go
- Stars
- 21
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
With the [release of 1.16](https://tip.golang.org/doc/go1.16): "...and use of `go get` to build and install packages is deprecated.", this project should use [go modules](https://blog.golang.org/using-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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.