Skip to content

Commit a7ad2ed

Browse files
committed
one more thing
1 parent 05c9688 commit a7ad2ed

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@ Run this in devy, replace pwd with root pwd
121121
docker run -v "$PWD":/src -w /src vektra/mockery --all
122122
```
123123

124+
For in package
125+
126+
```sh
127+
docker run -v "$PWD":/src -w /src vektra/mockery --all --inpackage
128+
```
129+
124130
If you need to monkey patch or create pointer functions follow this convention
125131

126132
```go

0 commit comments

Comments
 (0)