Initial commit

This commit is contained in:
David Stotijn
2019-11-17 15:09:37 +01:00
parent 26ec9f72e5
commit c48562e873
5 changed files with 93 additions and 45 deletions

3
modd.conf Normal file
View File

@ -0,0 +1,3 @@
**/*.go {
daemon +sigterm: go run .
}