1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-07-15 01:04:25 +02:00

Fix typo in module name (#548)

This commit is contained in:
Yoshi Yamaguchi
2020-03-13 12:48:49 +09:00
committed by GitHub
parent 8680783750
commit fcc4aca8c7

View File

@ -1,4 +1,4 @@
module go.opentelemetry.go/otel/exporters/trace/zipkin
module go.opentelemetry.io/otel/exporters/trace/zipkin
go 1.13