Skip to content

Commit dde1930

Browse files
Remove unused imports in host_id_bsd.go (open-telemetry#4041)
* remove unused imports in host_id_bsd.go * Add changelog entry --------- Co-authored-by: Chester Cheung <[email protected]>
1 parent 7c55250 commit dde1930

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88

99
## [Unreleased]
1010

11+
### Fixed
12+
13+
- Remove unused imports from `sdk/resource/host_id_bsd.go` which caused build failures. (#4040, #4041)
14+
1115
## [1.15.0/0.38.0] 2023-04-27
1216

1317
### Added

sdk/resource/host_id_bsd.go

-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717

1818
package resource // import "go.opentelemetry.io/otel/sdk/resource"
1919

20-
import (
21-
"errors"
22-
"strings"
23-
)
24-
2520
var platformHostIDReader hostIDReader = &hostIDReaderBSD{
2621
execCommand: execCommand,
2722
readFile: readFile,

0 commit comments

Comments
 (0)