https://github.com/stnc/golang-clean-code-cms
Golang Clean Architecture is designed to separate concerns by organizing code into several layers with a very explicit rule which enables us to create a testable and maintainable project
https://github.com/stnc/golang-clean-code-cms
clean-architecture clean-code golang
Last synced: about 2 months ago
JSON representation
Golang Clean Architecture is designed to separate concerns by organizing code into several layers with a very explicit rule which enables us to create a testable and maintainable project
- Host: GitHub
- URL: https://github.com/stnc/golang-clean-code-cms
- Owner: stnc
- License: mit
- Created: 2022-09-19T06:39:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T20:25:03.000Z (over 3 years ago)
- Last Synced: 2025-02-22T22:43:36.302Z (over 1 year ago)
- Topics: clean-architecture, clean-code, golang
- Language: Go
- Homepage:
- Size: 21.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes
- License: LICENSE
Awesome Lists containing this project
README
Clean Architecture is designed to separate concerns by organizing code into several layers with a very explicit rule which enables us to create a testable and maintainable project




