mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-03-03 12:17:31 +00:00
8 lines
102 B
Go
8 lines
102 B
Go
//go:build with_low_memory
|
|
|
|
package features
|
|
|
|
func init() {
|
|
TAGS = append(TAGS, "with_low_memory")
|
|
}
|