rpc icon indicating copy to clipboard operation
rpc copied to clipboard

Initialize module: go mod init github.com/gorilla/rpc

Open shanebarnes opened this issue 5 years ago • 0 comments

Fixes #78

Summary of Changes

Initialize module to fix go list error when using IDEs like GoLand. The specific error is:

go list -m: github.com/gorilla/[email protected]+incompatible: invalid version: +incompatible suffix not allowed: major version v1 is compatible

shanebarnes avatar May 29 '20 12:05 shanebarnes