Skip to content

Instantly share code, notes, and snippets.

@tutumagi
Created October 25, 2021 02:34
Show Gist options
  • Save tutumagi/ffd29978fc65209a4122597463e55271 to your computer and use it in GitHub Desktop.
Save tutumagi/ffd29978fc65209a4122597463e55271 to your computer and use it in GitHub Desktop.
gomock mockgen #go

mocks 用法

mockgen -source=./cluster/cluster.go -destination ./cluster/mocks/cluster.go -package mocks mock 某个文件 到目标文件,指定package

生成go interface的 mock 文件

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment