Skip to content

Commit 987422d

Browse files
andrew-womeldorfhanyuancheungMrAliaspellared
authored
sdk/metric: Fix import comments (#4086)
* Resolve inconsistent import comments in sdk/metric * update changelog * Apply suggestions from code review Co-authored-by: Tyler Yahn <[email protected]> * Update CHANGELOG.md --------- Co-authored-by: Chester Cheung <[email protected]> Co-authored-by: Tyler Yahn <[email protected]> Co-authored-by: Robert Pająk <[email protected]>
1 parent 8dcabc3 commit 987422d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/metric/manual_reader_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
package metric // import "go.opentelemetry.io/otel/sdk/metric/reader"
15+
package metric // import "go.opentelemetry.io/otel/sdk/metric"
1616

1717
import (
1818
"testing"

sdk/metric/reader_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
package metric // import "go.opentelemetry.io/otel/sdk/metric/reader"
15+
package metric // import "go.opentelemetry.io/otel/sdk/metric"
1616

1717
import (
1818
"context"

0 commit comments

Comments
 (0)