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
This commit is contained in:
Ricardo Catalinas Jiménez 2016-02-20 18:18:37 +00:00
parent f8d98f7fcd
commit 43e9ceeb77

1
vendor Symbolic link
View file

@ -0,0 +1 @@
Godeps/_workspace/src