Last active
April 21, 2022 03:09
-
-
Save rahul-yr/2a620f151d193e53f0f24ba05d7ba5ac to your computer and use it in GitHub Desktop.
This is Short notes for Go Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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