package main import ( "log" _ "dev.hexasoftware.com/stdio/prettylog/global" ) func main() { log.Println("Hello world") }