- go environment with fiver
- gin
- gorm
- api
- config
- migrations
issue: Extension exists but uuid_generate_v4 fails fix:
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
go run migrate/migrate.go
1/ install Air - Live reload for Go apps
2/ run
air
# debug mode
air -d
golangci-lint run
brew install goreleaser
# local
goreleaser release --snapshot --clean
# check
goreleaser check