8000 sdk/metric: Fix import comments (#4086) · open-telemetry/opentelemetry-go@987422d · GitHub
[go: up one dir, main page]

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 <MrAlias@users.noreply.github.com> * Update CHANGELOG.md --------- Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com> Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by: Robert Pająk <pellared@hotmail.com>
1 parent 8dcabc3 commit 987422d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)
0