rest-api/modd.conf

4 lines
94 B
Plaintext

**/*.go !**/*_test.go {
prep: go build -o build src/main.go
daemon +sigterm: ./build
}