From 53b1250cd85c0a188e1d9f841b1dcbfdf9e655ea Mon Sep 17 00:00:00 2001 From: Skyxim Date: Fri, 31 Mar 2023 21:03:42 +0800 Subject: [PATCH] chore: print low_memory tag --- constant/features/low_memory.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 constant/features/low_memory.go diff --git a/constant/features/low_memory.go b/constant/features/low_memory.go new file mode 100644 index 00000000..32d10fa6 --- /dev/null +++ b/constant/features/low_memory.go @@ -0,0 +1,5 @@ +package features + +func init() { + TAGS = append(TAGS, "with_low_memory") +}