xStrato / full-cycle-2-golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

full-cycle-2-golang - W.I.P


Adopted development approaches:

  • DDD
  • CQRS

Running Code Coverage:

go test -v -coverprofile cover.out ./...
go tool cover -html=cover.out -o cover.html

About


Languages

Language:Go 100.0%