The README.md specifies that Go 1.8+ is required. However, Go Get is deprecated as of Go 1.17, thus it won't work if you're using latest Go.
The installation instructions require the use of go get to install.
Should this be updated?
Source: https://go.dev/doc/go-get-install-deprecation#what-to-use-instead
The README.md specifies that Go 1.8+ is required. However, Go Get is deprecated as of Go 1.17, thus it won't work if you're using latest Go.
The installation instructions require the use of
go getto install.Should this be updated?
Source: https://go.dev/doc/go-get-install-deprecation#what-to-use-instead