소스 검색

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


불러오는 중...
취소
저장