go fmt: add go:build tags
This is the new style for build tags. The old +build format is deprecated.
This commit is contained in:
parent
d1181b3e7a
commit
a4a9b7e934
@ -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…
Reference in New Issue
Block a user