#go #golang What is redundant in the code below? tpl, err := templates.Parse(text) if err != nil { log.Fatal(err) return }
@dailygolangquiz return