Skip to content

Commit

Permalink
Fix make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bufdev committed Mar 7, 2017
1 parent 79830b9 commit f7f1fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func init() {
registerDefaultEncoders()
}

// RegisterEncoder registers an encoder constructor for the given name.
// MustRegisterEncoder registers an encoder constructor for the given name.
//
// If an encoder with the same name already exists, this will panic.
// By default, the encoders "json" and "console" are registered.
Expand Down

0 comments on commit f7f1fdc

Please sign in to comment.