Go Fiber + Postgres + GORM create go project go mod init github.com/your-username/go-fiber-postgres install third party packages imported in .go file go mod tidy run the app go run main.go Air install go install github.com/air-verse/air@latest Air init air init Air run air