4 lines
68 B
Text
4 lines
68 B
Text
|
**/*.go {
|
||
|
daemon: go run --tags=dev main.go server --http=:8000
|
||
|
}
|