mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-23 00:51:35 +00:00
14 lines
325 B
Go
14 lines
325 B
Go
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)
|
|
dialStore(store)
|
|
}
|