Clash.Meta/constant/features/low_memory.go
2023-11-17 19:10:17 +08:00

8 lines
102 B
Go

//go:build with_low_memory
package features
func init() {
TAGS = append(TAGS, "with_low_memory")
}