This project follows DDD structure and is heavily inspired from:
- https://github.com/sklinkert/go-ddd
- https://github.com/percybolmer/ddd-go.git
- branch clean-architecture
-
-
Usage:
goose {Flag} {Command} {File-name} {File-format}
goose -dir cmd/migrate create user-table sql -
Note:
More complex statements (PL/pgSQL) that havesemicolonswithin them must be annotated with-- +goose StatementBeginand-- +goose StatementEndto be properly recognized.
-
- air
- Issue 1:
add this line to.bashrc===>alias air='$(go env GOPATH)/bin/air'
- Issue 1: