ladder
ladder copied to clipboard
The 'package' line in go.mod doesn't have the URL
It's common for Golang packages to list URL in the 'package' line, for example see here.
This allows Golang servers to pick up and list the package under this URL name.
I think we will fix this issue in the refactoring.