9086246fb5
* Adds modd based targets that watch both server and webapp * Add modd precheck to related targets
4 lines
63 B
Text
4 lines
63 B
Text
**/*.go {
|
|
indir: server
|
|
prep: go test -race -v ./...
|
|
}
|