Hopwatch
1 post tagged with "Hopwatch"
- Search Gear 6 - Spew, Hopwatch, toml-go!
Search Gear Notes Go, Spew, Hopwatch, toml-go Debugging github.com/davecgh/go-spew github.com/emicklei/hopwatch hopwatch uses go-spew Dump and Dumpf Both are good and seem useful. http://ernestmicklei.com/2012/12/14/hopwatch-a-debugging-tool-for-go/ go-toml-config does not work and the documentation is wrong. Persistently get ‘panic: myconfig.conf is not a valid TOML file. See https://github.com/mojombo/toml' even when it’s the test file from https://github.com/mojombo/toml package main import “github.com/stvp/go-toml-config” var ( title= config.String(“title”, “Unknown”) name = config.String(“owner.name”, “”) git = config.String(“owner.GitHub”, “”) bio = config.