Skip to content

Instantly share code, notes, and snippets.

@riiamri23
Last active January 7, 2024 11:56
Show Gist options
  • Save riiamri23/bfaea500876e256a9dce1acb5004a0e1 to your computer and use it in GitHub Desktop.
Save riiamri23/bfaea500876e256a9dce1acb5004a0e1 to your computer and use it in GitHub Desktop.
Golang Installation with Gin and the top ORM GORM
go mod init example.com/example
go mod tidy
go build
go get github.com/githubnemo/CompileDaemon
go install https://github.com/githubnemo/CompileDaemon
go get github.com/joho/godotenv
go get -u github.com/gin-gonic/gin
go get -u gorm.io/gorm
go get -u gorm.io/driver/mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment