forked from joejulian/gio
all: add //go:build lines
They're automatically added by Go 1.17 source formatters. This change adds them all now. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// SPDX-License-Identifier: Unlicense OR MIT
|
||||
|
||||
//go:build !go1.14
|
||||
// +build !go1.14
|
||||
|
||||
// Work around golang.org/issue/33384, fixed in CL 191785,
|
||||
|
||||
Reference in New Issue
Block a user