smartystreets / goconvey

Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go.
http://smartystreets.github.io/goconvey/
Other
8.23k stars 554 forks source link

Update installation to use 'go install' #656

Closed issmirnov closed 1 year ago

issmirnov commented 2 years ago

'go get' is deprecated. Update to use the 'go install foo@latest' syntax.

riannucci commented 1 year ago

(Merged via #671 before I saw this one, sorry :/)