Ei kuvausta

Luis Figueiredo 96db9e1c79 Fixed some spellings. Fixed non standard "this" 7 vuotta sitten
doc 8458cbd366 Added readme and screenshot 7 vuotta sitten
global 96db9e1c79 Fixed some spellings. Fixed non standard "this" 7 vuotta sitten
sample 8458cbd366 Added readme and screenshot 7 vuotta sitten
README.md 8458cbd366 Added readme and screenshot 7 vuotta sitten
prettylog.go 96db9e1c79 Fixed some spellings. Fixed non standard "this" 7 vuotta sitten

README.md

prettylog

Just a simple log prettyfier

usage:

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

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

screen