diff options
Diffstat (limited to 'pkg/csource')
| -rw-r--r-- | pkg/csource/gen.go | 3 | ||||
| -rw-r--r-- | pkg/csource/race_test.go | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/pkg/csource/gen.go b/pkg/csource/gen.go index c92c4b581..196aaf554 100644 --- a/pkg/csource/gen.go +++ b/pkg/csource/gen.go @@ -1,7 +1,8 @@ // 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. -// +build +//go:build ignore +// +build ignore package main diff --git a/pkg/csource/race_test.go b/pkg/csource/race_test.go index 6e497e552..c41cef5d3 100644 --- a/pkg/csource/race_test.go +++ b/pkg/csource/race_test.go @@ -1,6 +1,7 @@ // Copyright 2018 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 race // +build race package csource |
