Last active
January 7, 2024 11:56
-
-
Save riiamri23/bfaea500876e256a9dce1acb5004a0e1 to your computer and use it in GitHub Desktop.
Golang Installation with Gin and the top ORM GORM
This file contains 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 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