logging - Simple colorized logging for go Basic usage import "github.com/stevenle/logging" func main() { name := "World" logging.Infof("Hello, %s!", name) } Result: