We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29d1a4 commit 76a167bCopy full SHA for 76a167b
gof.go
@@ -24,7 +24,6 @@ type article struct {
24
func main() {
25
log.Println("gof starting up...")
26
conf = readConfig()
27
- log.Print(conf.Accounts)
28
29
var tpls = make(map[string]*template.Template)
30
for _, a := range conf.Accounts {
0 commit comments