diff options
Diffstat (limited to 'vm/gce')
| -rw-r--r-- | vm/gce/tar_go1.10.go | 1 | ||||
| -rw-r--r-- | vm/gce/tar_go1.9.go | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/vm/gce/tar_go1.10.go b/vm/gce/tar_go1.10.go index 713f71d36..ccdd52a75 100644 --- a/vm/gce/tar_go1.10.go +++ b/vm/gce/tar_go1.10.go @@ -2,7 +2,6 @@ // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. //go:build go1.10 -// +build go1.10 package gce diff --git a/vm/gce/tar_go1.9.go b/vm/gce/tar_go1.9.go index 7ca207100..45af1f947 100644 --- a/vm/gce/tar_go1.9.go +++ b/vm/gce/tar_go1.9.go @@ -2,7 +2,6 @@ // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. //go:build !go1.10 -// +build !go1.10 package gce |
