Explorar el Código

added error to error message

tags/v1.0.0
Remco hace 9 años
padre
commit
f5a04b8783
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      transfersh-server/main.go

+ 1
- 1
transfersh-server/main.go Ver fichero

@@ -159,7 +159,7 @@ func main() {
}

if err != nil {
log.Panic("Error while creating storage.")
log.Panic("Error while creating storage.", err)
}

mime.AddExtensionType(".md", "text/x-markdown")


Cargando…
Cancelar
Guardar