mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
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:
parent
f8d98f7fcd
commit
43e9ceeb77
1 changed files with 1 additions and 0 deletions
1
vendor
Symbolic link
1
vendor
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
Godeps/_workspace/src
|
||||
Loading…
Reference in a new issue