mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-20 19:52:56 +02:00
7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
|
# 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
|
||
|
}
|