Explorar el Código

removed ErrLostConn from worker

tags/0.2
Xing Xing hace 10 años
padre
commit
76c76995d5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      worker/error.go

+ 0
- 1
worker/error.go Ver fichero

@@ -11,7 +11,6 @@ var (
ErrNoneFuncs = errors.New("None functions")
ErrTimeOut = errors.New("Executing time out")
ErrUnknown = errors.New("Unknown error")
ErrLostConn = errors.New("Lost connection with Gearmand")
)

// Extract the error message


Cargando…
Cancelar
Guardar