Skip to content

Commit ab2ffec

Browse files
committed
Fix the correct import path for healthcheck translator
1 parent 2411e2c commit ab2ffec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

translator/translate/otel/extension/healthcheck/translator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: MIT
33

4-
package extension
4+
package healthcheck
55

66
import (
77
"sync"

translator/translate/otel/extension/healthcheck/translator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: MIT
33

4-
package extension
4+
package healthcheck
55

66
import (
77
"testing"

0 commit comments

Comments
 (0)