module
0.0.0-20220316174057-69515c4fb611
Repository: https://github.com/darioacevedo/go-testing.git
Documentation: pkg.go.dev
# README
Go testing
This is a simple MVC to learn some of the basics of go testing.
The domain layer is tested with testing pkg. On the utils we have an example of benchmarking. Then the service layer uses testify to assert and mock the tests and finally the controller layer is using a bit of table driven testing just to show the pattern.
Dependencies
Or just run
go mod download
# Packages
No description provided by the author