mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 06:05:06 +03:00
test dial/listen in the sim
This commit is contained in:
parent
5db93be4df
commit
72afa05029
4 changed files with 63 additions and 6 deletions
|
@ -9,7 +9,5 @@ import (
|
|||
|
||||
func main() {
|
||||
store := makeStoreSquareGrid(4)
|
||||
var block chan struct{}
|
||||
<-block
|
||||
panic(store)
|
||||
dialStore(store)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue