diff --git a/starter/create/create.go b/starter/create/create.go index 2f2f88b..10d7357 100644 --- a/starter/create/create.go +++ b/starter/create/create.go @@ -105,6 +105,11 @@ func (s StarterCreator) Create() { "routes", "static", "ent", + "google", + "about", + "contact", + "login", + "todos", } for _, dir := range directories { s.copyDirectoryRecursive(path.Join(s.thisDir, "..", dir), path.Join(s.params.ProjectDir, dir))