4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-14 19:46:05 +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

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