go fmt: add go:build tags

This is the new style for build tags. The old +build format is
deprecated.

git-svn-id: https://svn.yakumo.dev/yakumo.izuru/suika/trunk@582 f0ae65fe-ee39-954e-97ec-027ff2717ef4
This commit is contained in:
contact 2021-09-09 08:07:37 +00:00
parent 3a77807ff7
commit 4a94d6b5c4
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//go:build !go1.16
// +build !go1.16
package soju

View File

@ -1,3 +1,4 @@
//go:build go1.16
// +build go1.16
package soju