You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-11-25 22:41:46 +02:00
Lint
This commit is contained in:
@@ -17,6 +17,6 @@ package oterror
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
// SDKReturnedNilImpl is returned when a new `MeterImpl` returns nil.
|
||||
SDKReturnedNilImpl = errors.New("SDK returned a nil implementation")
|
||||
// ErrSDKReturnedNilImpl is returned when a new `MeterImpl` returns nil.
|
||||
ErrSDKReturnedNilImpl = errors.New("SDK returned a nil implementation")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user