mirror of
https://github.com/distribution/distribution.git
synced 2025-09-25 22:23:38 +00:00
9 lines
237 B
Go
9 lines
237 B
Go
// Copyright The OpenTelemetry Authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package resource // import "go.opentelemetry.io/otel/sdk/resource"
|
|
|
|
var platformHostIDReader hostIDReader = &hostIDReaderDarwin{
|
|
execCommand: execCommand,
|
|
}
|