1
0
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:
JBD 2020-09-10 03:29:21 -07:00 committed by GitHub
parent 7fac2795b6
commit 36c323ffca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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