chore: remove build tag "+build !go1.20"

This commit is contained in:
hopehook 2023-03-01 10:22:15 +08:00
parent f684de8618
commit 76a8ac8178
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build !go1.20
// +build !go1.20
package bytesconv

View File

@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build go1.20
// +build go1.20
package bytesconv