From 473acc61c8392dc7ae303d91568e179c4f105a76 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 2 Jul 2019 12:12:53 +0200 Subject: add black list --- vendor/github.com/golang/mock/sample/imp1/imp1.go | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 vendor/github.com/golang/mock/sample/imp1/imp1.go (limited to 'vendor/github.com/golang/mock/sample/imp1/imp1.go') diff --git a/vendor/github.com/golang/mock/sample/imp1/imp1.go b/vendor/github.com/golang/mock/sample/imp1/imp1.go deleted file mode 100644 index ef9d014..0000000 --- a/vendor/github.com/golang/mock/sample/imp1/imp1.go +++ /dev/null @@ -1,17 +0,0 @@ -package imp1 - -import "bufio" - -type Imp1 struct{} - -type ImpT int - -type ForeignEmbedded interface { - // The return value here also makes sure that - // the generated mock picks up the "bufio" import. - ForeignEmbeddedMethod() *bufio.Reader - - // This method uses a type in this package, - // which should be qualified when this interface is embedded. - ImplicitPackage(s string, t ImpT, st []ImpT, pt *ImpT, ct chan ImpT) -} -- cgit v1.2.3