You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-11-29 23:07:45 +02:00
Remove sub-package value from kv (#968)
* Remove sub-package value from kv * Update refs to `go.opentelemetry.io/api/kv/value` * Update Changelog
This commit is contained in:
@@ -25,7 +25,6 @@ import (
|
||||
"time"
|
||||
|
||||
"go.opentelemetry.io/otel/api/global"
|
||||
"go.opentelemetry.io/otel/api/kv/value"
|
||||
|
||||
"github.com/google/go-cmp/cmp"
|
||||
"google.golang.org/grpc/codes"
|
||||
@@ -617,7 +616,7 @@ func TestSetSpanStatus(t *testing.T) {
|
||||
|
||||
func cmpDiff(x, y interface{}) string {
|
||||
return cmp.Diff(x, y,
|
||||
cmp.AllowUnexported(value.Value{}),
|
||||
cmp.AllowUnexported(kv.Value{}),
|
||||
cmp.AllowUnexported(export.Event{}))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user