mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-05 11:24:00 +00:00
8 lines
90 B
Go
8 lines
90 B
Go
|
//go:build no_gvisor
|
||
|
|
||
|
package features
|
||
|
|
||
|
func init() {
|
||
|
TAGS = append(TAGS, "no_gvisor")
|
||
|
}
|