mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-14 10:13:10 +02:00
e17f4468a6
* Work in progress from https://github.com/lightstep/opentelemetry-golang-prototype * Renames * Rename * Finish rename * Rename packages * README
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
|
|
} |