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")
|
|
}
|