chore: print low_memory tag
This commit is contained in:
5
constant/features/low_memory.go
Normal file
5
constant/features/low_memory.go
Normal file
@ -0,0 +1,5 @@
|
||||
package features
|
||||
|
||||
func init() {
|
||||
TAGS = append(TAGS, "with_low_memory")
|
||||
}
|
Reference in New Issue
Block a user