From 23b8c7b4eab0375b3d59cf4b2a1f3d7356515f95 Mon Sep 17 00:00:00 2001 From: Joseph Richey Date: Sun, 11 Feb 2018 20:34:07 -0800 Subject: vendor: include source for tools This change vendors the source for all our build, formatting, and linting tools. Generated by running "dep ensure". --- vendor/honnef.co/go/tools/simple/lint17.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vendor/honnef.co/go/tools/simple/lint17.go (limited to 'vendor/honnef.co/go/tools/simple/lint17.go') diff --git a/vendor/honnef.co/go/tools/simple/lint17.go b/vendor/honnef.co/go/tools/simple/lint17.go new file mode 100644 index 0000000..53f529c --- /dev/null +++ b/vendor/honnef.co/go/tools/simple/lint17.go @@ -0,0 +1,7 @@ +// +build !go1.8 + +package simple + +import "go/types" + +var structsIdentical = types.Identical -- cgit v1.3