mirror of
https://github.com/GwynethLlewelyn/goswi.git
synced 2026-08-14 00:58:00 +00:00
9 lines
189 B
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 ...
|
|
}
|