This commit is contained in:
Mikaël Cluseau
2018-12-10 21:52:14 +11:00
parent 6acf004eab
commit 68c87509f2
3 changed files with 40 additions and 11 deletions

3
modd.conf Normal file
View File

@ -0,0 +1,3 @@
**/*.go {
prep: go test ./...
}