aboutsummaryrefslogtreecommitdiffstats
path: root/vm
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-04-26 12:19:46 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-04-26 11:42:18 +0000
commitcfe9478196eef8736a3c0bb2eccda826263420ea (patch)
treec8a86f8e19cb1903d7a821ccc03c0dd697c248ad /vm
parentb599b68132cf873c8cd21c722ce8e1f72dbd2fb1 (diff)
all: go fix everything
Diffstat (limited to 'vm')
-rw-r--r--vm/adb/adb.go1
-rw-r--r--vm/gce/tar_go1.10.go1
-rw-r--r--vm/gce/tar_go1.9.go1
3 files changed, 0 insertions, 3 deletions
diff --git a/vm/adb/adb.go b/vm/adb/adb.go
index 5b162bc37..de1bcd2dd 100644
--- a/vm/adb/adb.go
+++ b/vm/adb/adb.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 !ppc64le
-// +build !ppc64le
package adb
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