From ce354a6afbf1813c9a5565a00f6937c1b6fd1e42 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Fri, 18 Jan 2019 16:45:30 +0100 Subject: [pkg] remove vendoring of golang/x/* I think there's no need of vendoring this. The debian package builds fine without them - at least with the text-dev package in testing. --- vendor/golang.org/x/tools/go/ssa/identical_test.go | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 vendor/golang.org/x/tools/go/ssa/identical_test.go (limited to 'vendor/golang.org/x/tools/go/ssa/identical_test.go') diff --git a/vendor/golang.org/x/tools/go/ssa/identical_test.go b/vendor/golang.org/x/tools/go/ssa/identical_test.go deleted file mode 100644 index 404693d..0000000 --- a/vendor/golang.org/x/tools/go/ssa/identical_test.go +++ /dev/null @@ -1,9 +0,0 @@ -//+build go1.8 - -package ssa_test - -import "testing" - -func TestValueForExprStructConv(t *testing.T) { - testValueForExpr(t, "testdata/structconv.go") -} -- cgit v1.2.3