jwalterweatherman icon indicating copy to clipboard operation
jwalterweatherman copied to clipboard

So you always leave a note

Results 6 jwalterweatherman issues
Sort by recently updated
recently updated
newest added

Adds colored output to stdout. Doesn't support file-loggers atm (you'll get this `[DEBUG] debug.go:16: DEBUG`, I don't know how to use the old prefixes when writing to a file) Exposes...

Hi, we updated some exported function comments based on best practices from [Effective Go](https://golang.org/doc/effective_go.html). It’s admittedly a relatively minor fix up. Does this help you?

I'd like to align my console log by making all log levels four characters wide. It would be nice to make the `prefixes` map public API, preferably per notepad.

fix some about :GoMetaLinter

Why not use `os.Stderr` for `error`, `critical`, and `fatal`? All of these going to stdout makes it hard to get the error programatically.