diff --git a/CHANGELOG.md b/CHANGELOG.md index 03dc9d2fe2b..6acf94c3267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +### Fixed + +- The import comment in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` is now correctly quoted. (#379) + ## [0.12.0] - 2020-09-25 ### Added diff --git a/instrumentation/net/http/otelhttp/doc.go b/instrumentation/net/http/otelhttp/doc.go index 17c033e556e..38c7f01c71a 100644 --- a/instrumentation/net/http/otelhttp/doc.go +++ b/instrumentation/net/http/otelhttp/doc.go @@ -15,4 +15,4 @@ // Package otelhttp provides an http.Handler and functions that are intended // to be used to add tracing by wrapping existing handlers (with Handler) and // routes WithRouteTag. -package otelhttp // import go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp +package otelhttp // import "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp"