Add more comments and documentation

This commit is contained in:
2015-08-29 22:36:37 +03:00
parent 604d201c28
commit 46128ee4f6
3 changed files with 18 additions and 12 deletions
-3
View File
@@ -4,8 +4,6 @@ import (
"flag"
"log"
"github.com/kr/pretty"
"github.com/localhots/secondly"
)
@@ -44,7 +42,6 @@ func main() {
// Defining callbacks
secondly.OnChange("app_name", func(o, n interface{}) {
log.Printf("OMG! AppName changed from %q to %q", o, n)
pretty.Println(conf)
})
// Other application startup logic