mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-04-11 11:21:59 +02:00
Add the missing vanity import path directive (#1157)
This commit is contained in:
parent
7fac2795b6
commit
36c323ffca
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user