5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-26 11:51:37 +00:00
yggdrasil-go/cmd/yggdrasilsim/main.go

14 lines
325 B
Go
Raw Normal View History

2020-04-26 12:33:03 +00:00
package main
import (
//"github.com/yggdrasil-network/yggdrasil-go/src/address"
//"github.com/yggdrasil-network/yggdrasil-go/src/config"
//"github.com/yggdrasil-network/yggdrasil-go/src/crypto"
//"github.com/yggdrasil-network/yggdrasil-go/src/yggdrasil"
)
func main() {
store := makeStoreSquareGrid(4)
2020-05-02 15:01:09 +00:00
dialStore(store)
2020-04-26 12:33:03 +00:00
}