mediahls/modd.conf
2023-11-29 09:46:09 +00:00

5 lines
169 B
Plaintext

# Exclude all test files of the form *_test.go
**/*.go **/*.html.tmpl !**/*_test.go {
prep: go build -o ./main.exe main.go
daemon +sigterm: ./main.exe -m ./tmp
}