mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 14:15:06 +03:00
Add -tags debug to run-sim
This commit is contained in:
parent
ccf71af6b7
commit
bfa281c0ae
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
export GOPATH=$PWD
|
export GOPATH=$PWD
|
||||||
go get -d yggdrasil
|
go get -d yggdrasil
|
||||||
go run misc/sim/treesim.go
|
go run -tags debug misc/sim/treesim.go
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue