79629428

Date: 2025-05-19 20:35:01
Score: 1.5
Natty:
Report link

Just a side-note that if you are seeing this error for a public repo, you probably have misspelled something in the url specified in the "go get" command.

Also, if you fat finger the url in the import statement, you are likely to see this same error if/when you do a "go mod tidy" command.

Net: always double check your spelling first as it might save you some aggravation.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: tpa