You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,21 @@ title: FAQ
5
5
Frequently Asked Questions
6
6
===========================
7
7
8
+
How do I generate mocks for external packages?
9
+
----------------------------
10
+
11
+
To generate mocks for external packages, you first need to `go get` the package in your project. Then, simply include the external package in your mockery config. For example:
0 commit comments