我有一个 Printer 使用标准go 的接口(interface) Printf 函数签名: type Printer interface { Printf(format string, tokens ...interface{}) } 我希望能够使用gomock ...
確定! 回上一頁