Created SpaceList type

This commit is contained in:
2019-08-31 09:47:37 -06:00
parent 0e29901b4f
commit 287d0036f3
5 changed files with 41 additions and 18 deletions

View File

@ -68,8 +68,7 @@ var attribTypes = map[string]AttribTypeInfo{
Imports: []string{"strconv"},
},
"space list": {
Template: listTemplate(" "),
Imports: []string{"strings"},
Template: simpleTemplate("...string", "SpaceList(%s).String()"),
},
"comma list": {
Template: listTemplate(","),