This repository has been archived on 2024-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
Clash.Meta/constant/features/low_memory.go
2023-04-26 01:13:52 +00:00

7 lines
101 B
Go

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