Explorar o código

Fix for #630

Details can be found in issue #630
Tevin Jeffrey %!s(int64=9) %!d(string=hai) anos
pai
achega
c8b35d3445
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      errors.go

+ 1 - 1
errors.go

@@ -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()
 }