droplets
droplets copied to clipboard
Droplets is a platform for Gophers.
WIP
droplets
A platform for Gophers similar to the awesome Golang News.
Why?
Droplets is built to showcase:
- Application of CodeReviewComments and EffectiveGo
- Usage of Clean Architecture
- Testing practices such as Table-driven tests
Follow the links to understand best practices and conventions used:
- Directory Structure
- Interfaces
Building
Droplets uses go mod (available from go 1.11) for dependency management.
To test and build, run make all.