You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-08-10 22:31:50 +02:00
Add the missing vanity import path directive (#1157)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
// This package was added to this project, instead of using that existing
|
||||
// package, to avoid the large package size it includes and not impose that
|
||||
// burden on projects using this package.
|
||||
package codes
|
||||
package codes // import "go.opentelemetry.io/otel/codes"
|
||||
|
||||
// Code is an 32-bit representation of a status state.
|
||||
type Code uint32
|
||||
|
Reference in New Issue
Block a user