WIP
A platform for Gophers similar to the awesome Golang News.
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:
Droplets uses go mod
(available from go 1.11
) for dependency management.
To test and build, run make all
.