Skip to content

Instantly share code, notes, and snippets.

@AkiaCode
Created February 20, 2021 05:00
Show Gist options
  • Select an option

  • Save AkiaCode/55983c74043a3f14c0cebfbff34d5fdc to your computer and use it in GitHub Desktop.

Select an option

Save AkiaCode/55983c74043a3f14c0cebfbff34d5fdc to your computer and use it in GitHub Desktop.
Create Project (Golang)
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