gomock-example Example code for GoMock based on: https://www.codecentric.de/wissens-hub/blog/gomock-tutorial Install dependencies go mod tidy go mod vendor Test Run tests: go test -v user/user_test.go