anonymous5l / console

golang simple format print

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console

golang colorful format print

Example:

  func main() {
      console.Log("format %s", "test")
      console.Ok("format %s", "test")
      console.Err("format %s", "test")
      console.Warn("format %s", "test")
      console.Debug("format %s", "test")
  }

About

golang simple format print


Languages

Language:Go 100.0%