From 588b9f01ae1ac81844b52c095c9abcd9326d35a3 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 23 May 2018 03:17:51 +0200 Subject: Adopt GOPATH GOPATH is annoying, but the Go community pushing me to adopt it is even more annoying. --- Gopkg.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Gopkg.toml') diff --git a/Gopkg.toml b/Gopkg.toml index cc569b3..3aafd44 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -1,4 +1,3 @@ -# This was generated by ./generate-vendor.sh [[constraint]] branch = "master" name = "golang.org/x/crypto" @@ -11,3 +10,6 @@ branch = "master" name = "golang.org/x/sys" +[prune] + go-tests = true + unused-packages = true -- cgit v1.2.3