From 36c323ffca1cd4a74d3c8c3d586a4b3ff555d436 Mon Sep 17 00:00:00 2001 From: JBD Date: Thu, 10 Sep 2020 03:29:21 -0700 Subject: [PATCH] Add the missing vanity import path directive (#1157) --- codes/codes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codes/codes.go b/codes/codes.go index 7d4aaee22c9..2ede6ae38ba 100644 --- a/codes/codes.go +++ b/codes/codes.go @@ -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