1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-09-16 09:26:25 +02:00

Fix vanity import (#2277)

For some reason `porto` doesn't work here?
This commit is contained in:
Pablo Baeyens
2021-10-06 16:03:46 +02:00
committed by GitHub
parent 7461a8d6f5
commit 3d4ae8d0b7

View File

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