CREATE DATABASE greenlight;
CREATE ROLE greenlight WITH LOGIN PASSWORD 'pa55word';
CREATE EXTENSION IF NOT EXISTS citext;
DSN : postgres://greenlight:pa55word@localhost/greenlight
Maintenance Command
go mod tidy
go mod verify
go fmt ./...
go vet ./...
go test -race -vet=off ./...
go install honnef.co/go/tools/cmd/staticcheck@latest
which staticcheck
go mod vendor