mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-19 16:50:56 +00:00
chore: with_gvisor output
This commit is contained in:
parent
9f7a0052a8
commit
d305e0ddfc
1 changed files with 7 additions and 0 deletions
7
constant/features/with_gvisor.go
Normal file
7
constant/features/with_gvisor.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
//go:build with_gvisor
|
||||
|
||||
package features
|
||||
|
||||
func init() {
|
||||
TAGS = append(TAGS, "with_gvisor")
|
||||
}
|
Loading…
Add table
Reference in a new issue