mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 20:07:38 +03:00
Fix include protect control
This commit is contained in:
parent
02b9ca1cc1
commit
6f8d090cec
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
//go:build !android
|
||||
//go:build (go1.19 && !unix) || (!go1.19 && !(linux || darwin))
|
||||
|
||||
package control
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
//go:build (go1.19 && unix) || (!go1.19 && (linux || darwin))
|
||||
|
||||
package control
|
||||
|
||||
import (
|
Loading…
Add table
Add a link
Reference in a new issue