Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 533 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 533 Bytes

GolangCRUD

Unit Test Packages:

*go install github.com/golang/mock/mockgen@v1.6.0
*go get go.mongodb.org/mongo-driver/x/mongo/driver/ocsp@v1.9.1
*go get golang.org/x/sync/errgroup
*go get github.com/golang/mock/mockgen/model
*go install github.com/golang/mock/mockgen@v1.6.0
*go get github.com/stretchr/testify/assert

Mockgen generate commant:

mockgen --destination=./mocks/product/services/mockBaseService.go github.com/mehmetcekirdekci/GolangCRUD/app/product/services BaseService