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:
parent
3a77807ff7
commit
4a94d6b5c4
@ -1,3 +1,4 @@
|
||||
//go:build !go1.16
|
||||
// +build !go1.16
|
||||
|
||||
package soju
|
||||
|
@ -1,3 +1,4 @@
|
||||
//go:build go1.16
|
||||
// +build go1.16
|
||||
|
||||
package soju
|
||||
|
Loading…
x
Reference in New Issue
Block a user