用于go生成的接口模拟工具。 什么是起订量? Moq是一种可从任何接口生成结构的工具。 该结构可以在测试代码中用作接口的模拟。 上图:Moq在右侧生成代码。 您可以在阅读更多内容。 正在安装 要开始使用Moq,只需运行go get: $ go get github.com/matryer/moq 用法 moq [flags] source-dir interface [interface2 [interface3 [...]]] -fmt string go pretty-printer: gofmt, goimports or noop (default gofmt) -ou