https://github.com/johnfercher/go-hexagonal
https://github.com/johnfercher/go-hexagonal
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnfercher/go-hexagonal
- Owner: johnfercher
- License: mit
- Created: 2024-07-06T22:51:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T01:21:52.000Z (almost 2 years ago)
- Last Synced: 2025-03-19T15:18:20.384Z (over 1 year ago)
- Language: Go
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-hexagonal
## Contributing
| Command | Description | Dependencies |
|-----------------|---------------------------------------------------|---------------------------------------------------------------|
| `make build` | Build project | `go` |
| `make test` | Run unit tests | `go` |
| `make fmt` | Format files | `gofmt`, `gofumpt` and `goimports` |
| `make lint` | Check files | `golangci-lint` and `go-arch-lint` |
| `make dod` | (Definition of Done) Format files and check files | Same as `make build`, `make test`, `make fmt` and `make lint` |
| `make install` | Install all dependencies | `go`, `curl` and `git` |
| `make mocks` | Generate mocks | `go` and `mockery` |