gin
gin copied to clipboard
Updated README.md with new install command
'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