http-dir-server/modd.conf

4 lines
112 B
Plaintext
Raw Permalink Normal View History

2020-07-29 16:21:55 +02:00
**/*.go !**/*_test.go {
prep: go build -o server main.go server.go
daemon +sigterm: ./server -d public
}