Move templating into scripts dir

There's no real need for this to be at the top level.
This commit is contained in:
Richard van der Hoff 2017-11-08 08:37:56 +00:00
parent d9285cf5b5
commit a38d4fc68e
18 changed files with 17 additions and 18 deletions

View file

@ -52,7 +52,7 @@ func main() {
walker := makeWalker(dir, w)
paths := []string{"api", "changelogs", "event-schemas", "scripts",
"specification", "templating"}
"specification"}
for _, p := range paths {
filepath.Walk(path.Join(dir, p), walker)