From cf9baa9ace2c5edf5370a376465182d50fedc781 Mon Sep 17 00:00:00 2001 From: Simon Eskildsen Date: Thu, 13 Mar 2014 08:44:08 -0400 Subject: [PATCH] readme: add godoc --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f81d137..431677d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Logrus :walrus: Logrus is a structured logger for Go (golang), completely API compatible with -the standard library logger. +the standard library logger. [Godoc][godoc]. Nicely color-coded in development (when a TTY is attached, otherwise just plain text): @@ -187,3 +187,5 @@ func (f *JSONFormatter) Format(entry *Entry) ([]byte, error) { * Default fields for an instance and inheritance * Default available hooks (airbrake, statsd, dump cores) * Revisit TextFormatter + +[godoc]: https://godoc.org/github.com/Sirupsen/logrus