Details can be found in issue #630
This commit is contained in:
Tevin Jeffrey 2016-05-29 16:08:24 -04:00 committed by Bo-Yi Wu
parent 273e43a27a
commit c8b35d3445
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ func (msg *Error) MarshalJSON() ([]byte, error) {
}
// Implements the error interface
func (msg *Error) Error() string {
func (msg Error) Error() string {
return msg.Err.Error()
}