mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-06 05:27:36 +03:00
go1.16 compatibility
- Added `// +build` tags for 1.16
This commit is contained in:
parent
21225f20e5
commit
4e8fa06059
22 changed files with 44 additions and 17 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue