Skip to content

Commit d42007e

Browse files
authored
Remove unnecessary import package comment (#2824)
Signed-off-by: Bogdan Drutu <[email protected]>
1 parent f62e9cd commit d42007e

File tree

1 file changed

+1
-1
lines changed
  • processor/resourcedetectionprocessor/internal/gcp/gce

1 file changed

+1
-1
lines changed

processor/resourcedetectionprocessor/internal/gcp/gce/gce.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// Package gce provides a detector that loads resource information from
1616
// the GCE metatdata
17-
package gce // import "cloud.google.com/go/compute/metadata"
17+
package gce
1818

1919
import (
2020
"context"

0 commit comments

Comments
 (0)