In the Golang docs it states that "Starting in Go 1.17, installing executables with go get is deprecated. go install may be used instead."
The example runs when changing the installation to "go install". Is it alright for me to fork and create a PR with the changes?