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 --- .../mock/mockgen/tests/internal_pkg/subdir/internal/pkg/input.go | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 vendor/github.com/golang/mock/mockgen/tests/internal_pkg/subdir/internal/pkg/input.go (limited to 'vendor/github.com/golang/mock/mockgen/tests/internal_pkg/subdir/internal/pkg/input.go') diff --git a/vendor/github.com/golang/mock/mockgen/tests/internal_pkg/subdir/internal/pkg/input.go b/vendor/github.com/golang/mock/mockgen/tests/internal_pkg/subdir/internal/pkg/input.go deleted file mode 100644 index d05f6a7..0000000 --- a/vendor/github.com/golang/mock/mockgen/tests/internal_pkg/subdir/internal/pkg/input.go +++ /dev/null @@ -1,9 +0,0 @@ -package pkg - -type Arg interface { - Foo() int -} - -type Intf interface { - F() Arg -} -- cgit v1.2.3