Initial commit

This commit is contained in:
2020-02-20 08:31:22 +01:00
commit b7bdd7bbea
17 changed files with 826 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package template
type Option struct {
IgnorePatterns []string
TemplateData map[string]interface{}
TemplateExt string
}