Created
February 20, 2021 05:00
-
-
Save AkiaCode/55983c74043a3f14c0cebfbff34d5fdc to your computer and use it in GitHub Desktop.
Create Project (Golang)
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/{github-username}/{project-name} | |
| go get -u github.com/gin-gonic/gin | |
| go mod vendor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment