We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd98ab commit 04cc8f1Copy full SHA for 04cc8f1
readme.md
@@ -48,6 +48,9 @@ It requires testify >= v1.7.0
48
49
Mocktail can only generate mock of interfaces inside a module itself (not from stdlib or dependencies)
50
51
+The `// mocktail` comments **must** be added to ae file named `mock_test.go` only,
52
+comments in other files will not be detected
53
+
54
## Examples
55
56
```go
0 commit comments