Extract github.com/calmh/xdr

This commit is contained in:
Jakob Borg
2014-08-01 13:12:54 +02:00
parent 28220310a5
commit bbeddfe522
115 changed files with 536 additions and 30673 deletions

View File

@@ -98,7 +98,7 @@ setup() {
xdr() {
for f in discover/packets files/leveldb protocol/message ; do
go run cmd/genxdr/main.go -- "${f}.go" > "${f}_xdr.go"
go run "$(godep path)/src/github.com/calmh/xdr/cmd/genxdr/main.go" -- "${f}.go" > "${f}_xdr.go"
done
}