Alfred workflow script filter format builder wrtten in Go.
$ go get github.com/hyunuck/galfredimport "github.com/hyunuck/galfred"
template := galfred.NewTemplate()
template.Append(v.title, v.subtitle, v.arg, v.autoComplete, v.iconType, v.iconPath)
template.ToJson()