Skip to content

Instantly share code, notes, and snippets.

@rahul-yr
Last active April 21, 2022 03:09
Show Gist options
  • Select an option

  • Save rahul-yr/2a620f151d193e53f0f24ba05d7ba5ac to your computer and use it in GitHub Desktop.

Select an option

Save rahul-yr/2a620f151d193e53f0f24ba05d7ba5ac to your computer and use it in GitHub Desktop.
This is Short notes for Go Commands
go mod init github.com/rahul-yr/auth-service
go mod tidy
go install
go run .
go clean -modcache
go get package-url
go test
go test -v
go test ./...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment