From ac86a48e2b8ab026d21679ca0fe59ef44114ab79 Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Wed, 6 Oct 2021 15:53:44 +0200 Subject: [PATCH] Fix vanity import For some reason `porto` doesn't work here? --- internal/metric/registry/registry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/metric/registry/registry.go b/internal/metric/registry/registry.go index 5eafa540d31..3b700837a9c 100644 --- a/internal/metric/registry/registry.go +++ b/internal/metric/registry/registry.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package registry // import "go.opentelemetry.io/otel/metric/registry" +package registry // import "go.opentelemetry.io/otel/internal/metric/registry" import ( "context"