fix(template): update template

This commit is contained in:
bandl 2021-10-03 16:22:06 +08:00
parent 5888e2e15a
commit a323f7e8a9
2 changed files with 1 additions and 5 deletions

View File

@ -5,7 +5,7 @@ package structure
const (
DEFAULT_KEY = iota
{% for key in keys -%}
{% for key in keys %}
{{key}}
{%- endfor %}
)

View File

@ -10,10 +10,6 @@ import (
"gitee.com/timedb/wheatCache/pkg/proto"
"gitee.com/timedb/wheatCache/pkg/structure"
{% for name in mod_name %}
"gitee.com/timedb/wheatCache/pkg/structure/{{name}}"
{% endfor %}
"time"
)