Commit 24e2e49e authored by Brendan Melville's avatar Brendan Melville

Adding todo for filling in actual URL.

parent 2a1b5515
...@@ -146,12 +146,11 @@ func loadTemplate(name string) *expander.Template { ...@@ -146,12 +146,11 @@ func loadTemplate(name string) *expander.Template {
template.Name = name template.Name = name
} }
log.Printf("%v", template)
return template return template
} }
func buildTemplateFromType(name string, typeName string) *expander.Template { func buildTemplateFromType(name string, typeName string) *expander.Template {
// TODO: Fill this in with an actual URL fetched from github.
fullType := *repository + "/" + typeName fullType := *repository + "/" + typeName
props := make(map[string]interface{}) props := make(map[string]interface{})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment