Update README.md

Typo it seems - except if I still didn't understand go...
This commit is contained in:
Linus Gasser 2015-09-04 12:02:14 +02:00
parent 84b968cb9f
commit 8c8be89501
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ type MyJSONFormatter struct {
log.SetFormatter(new(MyJSONFormatter)) log.SetFormatter(new(MyJSONFormatter))
func (f *JSONFormatter) Format(entry *Entry) ([]byte, error) { func (f *MyJSONFormatter) Format(entry *Entry) ([]byte, error) {
// Note this doesn't include Time, Level and Message which are available on // Note this doesn't include Time, Level and Message which are available on
// the Entry. Consult `godoc` on information about those fields or read the // the Entry. Consult `godoc` on information about those fields or read the
// source of the official loggers. // source of the official loggers.