Skip to content

charlie-goldenowl/golang-starter

Repository files navigation

Golang starter

primary things

  1. go environment with fiver
  2. gin
  3. gorm
  4. api
  5. config
  6. migrations

issues

issue: Extension exists but uuid_generate_v4 fails fix:

CREATE EXTENSION IF NOT EXISTS "uuid-ossp";

migrations

go run migrate/migrate.go

running at local

1/ install Air - Live reload for Go apps

2/ run

air
# debug mode
air -d

linter

golangci-lint run

goreleaser

brew install goreleaser
# local
goreleaser release --snapshot --clean
# check 
goreleaser check

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published