1 Star 9 Fork 3

Rick/http-downloader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.go 212 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rick 提交于 2023-01-27 17:08 +08:00 . feat: check the version before install (#322)
package main
import (
"context"
"os"
"github.com/linuxsuren/http-downloader/cmd"
)
func main() {
ctx := context.Background()
if err := cmd.NewRoot(ctx).ExecuteContext(ctx); err != nil {
os.Exit(1)
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/linuxsuren/http-downloader.git
git@gitee.com:linuxsuren/http-downloader.git
linuxsuren
http-downloader
http-downloader
master

搜索帮助