# README
go-log
Simple Golang logger package with multi-platform color support, with 3 different levels of logs (info, warn, error)
How to use
package main
import "github.com/desperatee/go-log"
func main() {
log.Log(log.Info, "Hello world!")
}
# Type aliases
No description provided by the author