5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-19 16:09:36 +00:00

Add -tags debug to run-sim

This commit is contained in:
Neil Alexander 2018-05-27 23:50:22 +01:00
parent ccf71af6b7
commit bfa281c0ae
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -1,4 +1,4 @@
#!/bin/bash
export GOPATH=$PWD
go get -d yggdrasil
go run misc/sim/treesim.go
go run -tags debug misc/sim/treesim.go