Package gomock is a mock framework for Go. Standard usage: (1) Define an interface that you wish to mock. type MyInterface interface { SomeMethod(x int64, ...
確定! 回上一頁