From 43e9ceeb77dc4a2bf53798514d3c1f91584740df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Catalinas=20Jim=C3=A9nez?= Date: Sat, 20 Feb 2016 18:18:37 +0000 Subject: [PATCH] Enable vendoring supported by Go 1.6 while still using Godep A symlink just does the trick while still relying on Godep to handle the vendored code. Now you can compile geth with just: $ go build ./cmd/geth --- vendor | 1 + 1 file changed, 1 insertion(+) create mode 120000 vendor diff --git a/vendor b/vendor new file mode 120000 index 0000000000..a8edbc6567 --- /dev/null +++ b/vendor @@ -0,0 +1 @@ +Godeps/_workspace/src \ No newline at end of file