forked from p53841790/wheat-cache
fix(template): update template
This commit is contained in:
parent
5888e2e15a
commit
a323f7e8a9
|
@ -5,7 +5,7 @@ package structure
|
|||
|
||||
const (
|
||||
DEFAULT_KEY = iota
|
||||
{% for key in keys -%}
|
||||
{% for key in keys %}
|
||||
{{key}}
|
||||
{%- endfor %}
|
||||
)
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue