1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-20 05:39:42 +02:00

New GitHub wip

This commit is contained in:
EnesAlili 2016-09-29 14:20:43 +01:00
parent cbbfd8f381
commit 48dbc0b196
7 changed files with 109 additions and 112 deletions

View file

@ -235,6 +235,9 @@ func (p *Provider) Render(ctx *provider.Context, config, data string) string {
if err != nil {
log.Error("github render template.Parse error:", err)
for k,v := range strings.Split(resp.template,"\n"){
fmt.Println("DEBUG",k+1,v)
}
return "Documize internal github template.Parse error: " + err.Error()
}