Skip to content

Commit

Permalink
Add the missing vanity import path directive (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyll authored Sep 10, 2020
1 parent 7fac279 commit 36c323f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codes/codes.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36c323f

Please sign in to comment.