We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdea4fa commit 3ef9a5dCopy full SHA for 3ef9a5d
README.md
@@ -147,7 +147,7 @@ Server accessible via HTTP at `localhost:8080` and gRPC at `localhost:50051`.
147
### Mocking Tests
148
```bash
149
cd pkg/services
150
-mockgen -source=yourservice_grpc.pb.go -destination=../yourservice_mock.go
+mockgen -source=yourservice_grpc.pb.go -destination=./yourservice_mock.go
151
```
152
153
### Run Tests
0 commit comments