Just a simple log prettyfier
import ( _ "dev.hexasoftware.com/stdio/prettylog/global" "log" ) func main() { log.Println("Hello world"); }