Fix unix build

This commit is contained in:
世界 2023-03-18 14:24:31 +08:00
parent 85a9429ead
commit 46fc706837
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
2 changed files with 1 additions and 3 deletions

View file

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

View file

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