go1.16 compatibility

- Added `// +build` tags for 1.16
This commit is contained in:
Gaukas Wang 2022-09-13 15:31:04 -06:00
parent 21225f20e5
commit 4e8fa06059
No known key found for this signature in database
GPG key ID: 9E2F8986D76F8B5D
22 changed files with 44 additions and 17 deletions

View file

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
package testenv