Skip to content

Commit

Permalink
Fix vanity import (#2277)
Browse files Browse the repository at this point in the history
For some reason `porto` doesn't work here?
  • Loading branch information
mx-psi committed Oct 6, 2021
1 parent 7461a8d commit 3d4ae8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/metric/registry/registry.go
Expand Up @@ -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"
Expand Down

0 comments on commit 3d4ae8d

Please sign in to comment.