chore: print low_memory tag

This commit is contained in:
Skyxim 2023-03-31 21:03:42 +08:00
parent 3a4b5fb145
commit 53b1250cd8

View File

@ -0,0 +1,5 @@
package features
func init() {
TAGS = append(TAGS, "with_low_memory")
}