| commit | 18073362a7994a0418d06a2b0605e0c3d7494d23 | [log] [tgz] |
|---|---|---|
| author | Tevin Zhang <mail2tevin@gmail.com> | Fri May 06 11:48:51 2016 +0800 |
| committer | Tevin Zhang <mail2tevin@gmail.com> | Fri May 06 11:48:51 2016 +0800 |
| tree | a4c544a722b2ab4d823e243f9b3ce5a5e15c6857 | |
| parent | cd7d1bbe41066b6c1f19780f895901052150a575 [diff] |
Fix comment
diff --git a/logger.go b/logger.go index 2fdb231..09bbc9a 100644 --- a/logger.go +++ b/logger.go
@@ -51,7 +51,7 @@ } } -// Adds a field to the log entry, note that you it doesn't log until you call +// Adds a field to the log entry, note that it doesn't log until you call // Debug, Print, Info, Warn, Fatal or Panic. It only creates a log entry. // If you want multiple fields, use `WithFields`. func (logger *Logger) WithField(key string, value interface{}) *Entry {