You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-09-16 09:26:25 +02:00
chore: adds vanity import for files that don't have it. (#1297)
This commit is contained in:
committed by
GitHub
parent
911d7be43d
commit
e22a48de5a
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package semconv
|
||||
package semconv // import "go.opentelemetry.io/otel/semconv"
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package semconv
|
||||
package semconv // import "go.opentelemetry.io/otel/semconv"
|
||||
|
||||
import "go.opentelemetry.io/otel/label"
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package semconv
|
||||
package semconv // import "go.opentelemetry.io/otel/semconv"
|
||||
|
||||
import "go.opentelemetry.io/otel/label"
|
||||
|
||||
|
Reference in New Issue
Block a user