Aucune description

Luis Figueiredo 8458cbd366 Added readme and screenshot il y a 8 ans
doc 8458cbd366 Added readme and screenshot il y a 8 ans
global 8458cbd366 Added readme and screenshot il y a 8 ans
sample 8458cbd366 Added readme and screenshot il y a 8 ans
README.md 8458cbd366 Added readme and screenshot il y a 8 ans
prettylog.go 8458cbd366 Added readme and screenshot il y a 8 ans

README.md

prettylog

Just a simple log prettyfier

usage:

import (
	_ "dev.hexasoftware.com/stdio/prettylog/global"
	"log"
)

func main() {
	log.Println("Hello world");
}

screen