test dial/listen in the sim

This commit is contained in:
Arceliar 2020-05-02 10:01:09 -05:00
parent 5db93be4df
commit 72afa05029
4 changed files with 63 additions and 6 deletions

View file

@ -9,7 +9,5 @@ import (
func main() {
store := makeStoreSquareGrid(4)
var block chan struct{}
<-block
panic(store)
dialStore(store)
}