aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vmimpl
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2024-01-09 12:51:12 +0100
committerAleksandr Nogikh <nogikh@google.com>2024-01-10 12:06:51 +0000
commit22263b07f5df14a974bcb00d286ab178891c0891 (patch)
tree127272f6cde0175c93977db897767fa6299b50a4 /vm/vmimpl
parentb438bd66d6f95113d52f25c25bfef0e963c8ce8d (diff)
vmimpl: don't build console.go under Windows
Diffstat (limited to 'vm/vmimpl')
-rw-r--r--vm/vmimpl/console.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/vmimpl/console.go b/vm/vmimpl/console.go
index 6744ac10c..a2dedeb5c 100644
--- a/vm/vmimpl/console.go
+++ b/vm/vmimpl/console.go
@@ -1,5 +1,6 @@
// Copyright 2017 syzkaller project authors. All rights reserved.
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
+//go:build !windows
package vmimpl