mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2024-11-23 18:15:24 +00:00
5 lines
78 B
Bash
Executable File
5 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
export GOPATH=$PWD
|
|
go get -d yggdrasil
|
|
go run misc/sim/treesim.go
|