1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"