mihomo/constant/features/low_memory.go

7 lines
102 B
Go

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