We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
报错: ../../../go/pkg/mod/github.com/gogf/[email protected]/net/ghttp/internal/client/client_tracing.go:73:3: undefined: attribute.Any ../../../go/pkg/mod/github.com/gogf/[email protected]/net/ghttp/internal/client/client_tracing_tracer.go:150:3: undefined: attribute.Any ../../../go/pkg/mod/github.com/gogf/[email protected]/net/ghttp/internal/client/client_tracing_tracer.go:151:3: undefined: attribute.Any
attribute没有Any 方法
The text was updated successfully, but these errors were encountered:
使用最新的master分支或等待最新的发行版本
Sorry, something went wrong.
#1515
创建项目之后,不要执行go get -v -u all
go get -v -u all
该包go.opentelemetry.io/otel有兼容性的问题,在v1.0.0-RC3到V1.0.0的时候,有删除any的方法。
go.opentelemetry.io/otel
any
No branches or pull requests
报错:
../../../go/pkg/mod/github.com/gogf/[email protected]/net/ghttp/internal/client/client_tracing.go:73:3: undefined: attribute.Any
../../../go/pkg/mod/github.com/gogf/[email protected]/net/ghttp/internal/client/client_tracing_tracer.go:150:3: undefined: attribute.Any
../../../go/pkg/mod/github.com/gogf/[email protected]/net/ghttp/internal/client/client_tracing_tracer.go:151:3: undefined: attribute.Any
attribute没有Any 方法
The text was updated successfully, but these errors were encountered: