Instalamos o gin em nosso projeto com o comando go get -u github.com/gin-gonic/gin;
go mod init github.com/rogeriofontes/api-go-gin
go get.
go run main.go
https://dev.to/umschaudhary/blog-project-with-go-gin-mysql-and-docker-part-3-1na4
go get golang.org/x/crypto/bcrypt
go get github.com/golang-jwt/jwt
https://dev.to/umschaudhary/blog-project-with-go-gin-mysql-and-docker-part-3-1na4 https://seefnasrul.medium.com/create-your-first-go-rest-api-with-jwt-authentication-in-gin-framework-dbe5bda72817
https://codepen.io/corenominal/pen/rxOmMJ https://developpaper.com/gorm-relation-one-to-one-one-to-many-many-to-many-query/
https://santoshk.dev/posts/2022/how-to-integrate-swagger-ui-in-go-backend-gin-edition/
go get -u github.com/swaggo/files go get -u github.com/swaggo/gin-swagger
PATH=$(go env GOPATH)/bin:$PATH
swag init
https://linuxtut.com/en/71ca216c271e2d3c14ca/
go get -u github.com/gosimple/slug
https://github.com/gosimple/slug# ths-bff-api