https://github.com/hideba/go-cleanarch
https://github.com/hideba/go-cleanarch
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hideba/go-cleanarch
- Owner: HideBa
- Created: 2021-04-02T23:32:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T08:34:11.000Z (about 5 years ago)
- Last Synced: 2025-03-22T09:51:37.580Z (over 1 year ago)
- Language: Go
- Size: 6.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-cleanarch
| ディレクトリ| レイヤ|
| --| --|
| domain| Entities|
| infrastructure| Frameworks & Drivers|
| interfaces| Interface|
| usecase| Use cases|
## migrations
"go migrate create -ext sql -dir ./app/infrastructure/migrations -seq hoge_fuga"