changes in the API, ready to version 2

This commit is contained in:
Manuel Carmona
2017-05-31 12:07:46 +02:00
parent 5b304524d1
commit 0d5dff1979
23 changed files with 1772 additions and 1448 deletions

View File

@ -2,8 +2,8 @@ package generator
import (
"bytes"
"html/template"
"io"
"text/template"
yaml "gopkg.in/yaml.v2"
)