7 lines
102 B
Go
7 lines
102 B
Go
//go:build with_low_memory
|
|
|
|
package features
|
|
|
|
func init() {
|
|
TAGS = append(TAGS, "with_low_memory")
|
|
}
|