change data

This commit is contained in:
谢小军
2019-10-09 20:12:23 +08:00
parent ee2e02092a
commit 8e2bcabf09
4 changed files with 6 additions and 55 deletions

View File

@@ -36,7 +36,6 @@ func (e *GenElement) AddTag(k string, v string) {
// Generate Get the result data.获取结果数据
func (e *GenElement) Generate() string {
tag := ""
if e.Tags != nil {
var ks []string
for k := range e.Tags {