Files
goswi/telemetry_none.go

9 lines
189 B
Go

//go:build !newrelic && !opentelemetry
package main
// gOSWI was compiled without any telemetry middleware, thus this is a no-op.
func initTelemetry() {
// ... nothing to see here ...
}