codegangsta / gin

Live reload utility for Go web servers
MIT License
4.23k stars 317 forks source link

Updated README.md with new install command #174

Closed perelin closed 1 year ago

perelin commented 2 years ago

'go get' is no longer supported outside a module. To build and install a command, use 'go install' with a version, like 'go install example.com/cmd@latest'

see https://github.com/golang/go/issues/40276