From 3d4ae8d0b75f99ae64d84954b08b2d09c9ff36dc Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Wed, 6 Oct 2021 16:03:46 +0200 Subject: [PATCH] Fix vanity import (#2277) 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"