Cgboal / SonarSearch

A rapid API for the Project Sonar dataset
MIT License
641 stars 96 forks source link

Fix go installation URL #55

Open undergroundwires opened 2 years ago

undergroundwires commented 2 years ago

go get go get cannot used outside of a Go module in Go 1.18 without disabling. The instruction in README.md does not work and fails for global CLI installation which is the main use case for this repository.

Read more: https://golang.org/doc/go-get-install-deprecation