https://github.com/cottrellio/cottrellio_go
Go Web app for cottrell.io
https://github.com/cottrellio/cottrellio_go
Last synced: 10 months ago
JSON representation
Go Web app for cottrell.io
- Host: GitHub
- URL: https://github.com/cottrellio/cottrellio_go
- Owner: cottrellio
- Created: 2019-12-18T05:45:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T16:39:48.000Z (almost 5 years ago)
- Last Synced: 2025-03-13T06:13:53.602Z (about 1 year ago)
- Language: Go
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cottrellio_go
Go Web app for cottrell.io
## Project Structure
I'm following a Hexagonal, Domain-driven structure. The tldr; is that it gives you inversion of control (IoC) and a clear separation of concerns between the different domains within your application. Makes for easy testing, easy to change (clear seams), and great readability. Check out [Kat Zien's talk](https://www.youtube.com/watch?v=oL6JBUk6tj0&t=1614s) for more info.