Sen descrición

Luis Figueiredo 96db9e1c79 Fixed some spellings. Fixed non standard "this" %!s(int64=7) %!d(string=hai) anos
doc 8458cbd366 Added readme and screenshot %!s(int64=7) %!d(string=hai) anos
global 96db9e1c79 Fixed some spellings. Fixed non standard "this" %!s(int64=7) %!d(string=hai) anos
sample 8458cbd366 Added readme and screenshot %!s(int64=7) %!d(string=hai) anos
README.md 8458cbd366 Added readme and screenshot %!s(int64=7) %!d(string=hai) anos
prettylog.go 96db9e1c79 Fixed some spellings. Fixed non standard "this" %!s(int64=7) %!d(string=hai) anos

README.md

prettylog

Just a simple log prettyfier

usage:

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

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

screen