1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-11-29 23:07:45 +02:00

Namespace import path under "/otel" (#274)

Also fixes example module paths so that they use the vanity URL instead
of the github URL.

[Closes #184]
This commit is contained in:
rghetia
2019-11-01 11:40:29 -07:00
committed by GitHub
parent a71ec85f5e
commit 15bfc5bb12
134 changed files with 350 additions and 349 deletions

View File

@@ -13,4 +13,4 @@
// limitations under the License.
// Package propagation contains propagators for different format and carriers.
package propagation // import "go.opentelemetry.io/propagation"
package propagation // import "go.opentelemetry.io/otel/propagation"