浏览代码

added error to error message

tags/v1.0.0
Remco 9 年前
父节点
当前提交
f5a04b8783
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      transfersh-server/main.go

+ 1
- 1
transfersh-server/main.go 查看文件

@@ -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")


正在加载...
取消
保存