clash/constant/features/low_memory.go

7 lines
101 B
Go
Raw Normal View History

2023-04-26 01:13:52 +00:00
//go:build with_low_memory
package features
func init() {
TAGS = append(TAGS, "with_low_memory")
}