1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-12-22 00:27:47 +02:00
Files
opentelemetry-go/example/http-stackdriver/server/modd.conf

8 lines
194 B
Plaintext
Raw Normal View History

2019-10-09 15:33:19 +09:00
# A basic modd.conf file for Go development.
# Run go test on ALL modules on startup, and subsequently only on modules
# containing changes.
server.go {
daemon +sigterm: go run server.go
}