mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-20 01:00:56 +00:00
6 lines
101 B
Go
6 lines
101 B
Go
//go:build with_low_memory
|
|
package features
|
|
|
|
func init() {
|
|
TAGS = append(TAGS, "with_low_memory")
|
|
}
|