Explorar o código

fix test break

Darien Raymond %!s(int64=8) %!d(string=hai) anos
pai
achega
6c736b8d57
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      common/errors/errors.go

+ 1 - 1
common/errors/errors.go

@@ -37,7 +37,7 @@ type Error struct {
 
 func (v *Error) formMessage() string {
 	if len(v.format) == 0 {
-		return serial.Concat(v.message)
+		return serial.Concat(v.message...)
 	}
 	return fmt.Sprintf(v.format, v.message...)
 }