go-tunnel/modd.conf

7 lines
141 B
Plaintext

**/*.go {
prep: make test
prep: make build
daemon: ./bin/server
daemon: ./bin/client -id client1
daemon: ./bin/client -id client2
}