Files
Clash.Meta/constant/features/low_memory.go
2023-03-31 21:03:42 +08:00

6 lines
74 B
Go

package features
func init() {
TAGS = append(TAGS, "with_low_memory")
}