Replies: 1 comment 6 replies
-
|
Unfortunately yes, this is a limitation that you need a Go file at the root if you want to recursively walk the tree. This comes from the Go language itself and how it handles downloading external repos. Have you actually tried this though? It's worth revisiting if the situation has changed. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm curious about generating mocks for a 3rd party library.
Temporal isn't updating their mocks folder, https://github.com/temporalio/sdk-go/tree/master/mocks, in fact they rejected my MR request. temporalio/sdk-go#2137
If I'm reading mockery's config correctly, you need a go file at the root to recursively walk the entire tree.
Am I missing a way to generate another repo without doing my own fork?
Beta Was this translation helpful? Give feedback.
All reactions