Adding todo for filling in actual URL.

pull/24/head
Brendan Melville 10 years ago
parent 2a1b551504
commit 24e2e49ee2

@ -146,12 +146,11 @@ func loadTemplate(name string) *expander.Template {
template.Name = name
}
log.Printf("%v", template)
return template
}
func buildTemplateFromType(name string, typeName string) *expander.Template {
// TODO: Fill this in with an actual URL fetched from github.
fullType := *repository + "/" + typeName
props := make(map[string]interface{})

Loading…
Cancel
Save