1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

Remove unused imports in host_id_bsd.go (#4041)

* remove unused imports in host_id_bsd.go

* Add changelog entry

---------

Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
This commit is contained in:
Ashvitha
2023-05-01 11:07:05 -04:00
committed by GitHub
parent 7c552505a9
commit dde1930477
2 changed files with 4 additions and 5 deletions
-5
View File
@@ -17,11 +17,6 @@
package resource // import "go.opentelemetry.io/otel/sdk/resource"
import (
"errors"
"strings"
)
var platformHostIDReader hostIDReader = &hostIDReaderBSD{
execCommand: execCommand,
readFile: readFile,