Skip to content

Commit

Permalink
Remove unnecessary import package comment (#2824)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <[email protected]>
  • Loading branch information
bogdandrutu authored Mar 23, 2021
1 parent f62e9cd commit d42007e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

import (
"context"
Expand Down

0 comments on commit d42007e

Please sign in to comment.