go-log/README.md

12 lines
418 B
Markdown
Raw Normal View History

# go-log
A library that provides structured and formatted logging for the Go programming language.
(This package was originally named `flog`, but in version 2 was renamed to `log`.)
## Documention
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-log
[![GoDoc](https://godoc.org/github.com/reiver/go-log?status.svg)](https://godoc.org/github.com/reiver/go-log)