go-tunnel/modd.conf

7 lines
141 B
Plaintext
Raw Normal View History

2020-10-21 18:00:15 +02:00
**/*.go {
prep: make test
prep: make build
daemon: ./bin/server
daemon: ./bin/client -id client1
daemon: ./bin/client -id client2
}