We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c9688 commit a7ad2edCopy full SHA for a7ad2ed
1 file changed
README.md
@@ -121,6 +121,12 @@ Run this in devy, replace pwd with root pwd
121
docker run -v "$PWD":/src -w /src vektra/mockery --all
122
```
123
124
+For in package
125
+
126
+```sh
127
+docker run -v "$PWD":/src -w /src vektra/mockery --all --inpackage
128
+```
129
130
If you need to monkey patch or create pointer functions follow this convention
131
132
```go
0 commit comments