This website requires JavaScript.
Explore
Help
Register
Sign In
kjuulh
/
moq
Watch
1
Star
0
Fork
0
You've already forked moq
Code
Issues
1
Pull Requests
Projects
Releases
Wiki
Activity
b21592468b
moq
/
pkg
/
vendor
/
github.com
/
matryer
/
somerepo
/
yep.go
5 lines
64 B
Go
Raw
Normal View
History
Unescape
Escape
added go generate with vendor test
2017-12-06 16:01:42 +01:00
package
somerepo
Add static interface implementation check Add an additional line of code per interface to the generated mock file, which allows the go compiler to statically check if the mock implements the mocked interface.
2018-06-04 14:22:28 +02:00
// SomeType is some type
added go generate with vendor test
2017-12-06 16:01:42 +01:00
type
SomeType
string
Reference in New Issue
Copy Permalink