feat: domain finished

This commit is contained in:
Elton Minetto
2020-06-25 11:46:45 -03:00
commit 3db4550ee0
47 changed files with 2646 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module github.com/eminetto/clean-architecture-go-v2
go 1.14
require (
github.com/golang/mock v1.4.3
github.com/google/uuid v1.1.1
github.com/stretchr/testify v1.6.1
)