Ai
1 Star 0 Fork 1

量子风暴/extra-http-file-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.go 116 Bytes
一键复制 编辑 原始数据 按行查看 历史
小小猫猫 提交于 2024-04-15 21:51 +08:00 . feat: return non-zero exit code if error
package main
import (
"mjpclab.dev/ehfs/src"
"os"
)
func main() {
ok := src.Main()
if !ok {
os.Exit(1)
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/wuchunfu/extra-http-file-server.git
git@gitee.com:wuchunfu/extra-http-file-server.git
wuchunfu
extra-http-file-server
extra-http-file-server
main

搜索帮助