Droplets
Droplets is a platform for Gophers.
Install / Use
/learn @spy16/DropletsREADME
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:
Building
Droplets uses go mod (available from go 1.11) for dependency management.
To test and build, run make all.
