7 строки
150 B
Plaintext
7 строки
150 B
Plaintext
**/*.go
|
|
modd.conf {
|
|
prep: make test
|
|
prep: make build
|
|
daemon: ./bin/server -target-url http://127.0.0.1:3000
|
|
daemon: ./bin/client -id client1
|
|
} |