We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bb832 commit d9eb679Copy full SHA for d9eb679
config/configtls/curves_fips.go
@@ -3,7 +3,7 @@
3
4
//go:build requirefips
5
6
-package configtls
+package configtls // import "go.opentelemetry.io/collector/config/configtls"
7
8
import "crypto/tls"
9
config/configtls/curves_nofips.go
//go:build !requirefips
confmap/provider/internal/testutil/testutil.go
@@ -1,7 +1,7 @@
1
// Copyright The OpenTelemetry Authors
2
// SPDX-License-Identifier: Apache-2.0
-package testutil
+package testutil // import "go.opentelemetry.io/collector/confmap/provider/internal/testutil"
import (
"os"
0 commit comments