Skip to content

Instantly share code, notes, and snippets.

@gocs
Created March 24, 2023 06:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gocs/2cb348b4523db29cda7a6e4425d742c0 to your computer and use it in GitHub Desktop.
Save gocs/2cb348b4523db29cda7a6e4425d742c0 to your computer and use it in GitHub Desktop.
new golang mod for open source
go mod init $(git remote -v | head -n 1 | sed -E 's/.*:([^\.]+)\..*/\1/' | awk '{print "github.com/"$1}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment