Fix include protect control

This commit is contained in:
世界 2022-09-05 12:18:54 +08:00
parent 02b9ca1cc1
commit 6f8d090cec
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
//go:build !android
//go:build (go1.19 && !unix) || (!go1.19 && !(linux || darwin))
package control

View file

@ -1,3 +1,5 @@
//go:build (go1.19 && unix) || (!go1.19 && (linux || darwin))
package control
import (