Cloudreve/routers
WeidiDeng 4b88eacb6a
Remove unnecessary import "C" (#1048)
There are no C binding in this file. And for users to compile themselves, this line will cause compilation to fail for those who don't need sqlite support.

移除不必要的c binding,使用CGO=0时,这行会导致编译失败。禁用CGO会导致sqlite无法使用,但可以方便编译(不需要安装gcc,跨平台编译方便),这点可以在文档中说明。
2021-11-11 17:45:51 +08:00
..
controllers Remove unnecessary import "C" (#1048) 2021-11-11 17:45:51 +08:00
file_router_test.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
main_test.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
router.go Refactor: move slave pkg inside of cluster 2021-11-08 19:54:26 +08:00
router_test.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00