1 Star 8 Fork 3

Rick / http-downloader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 212 Bytes
一键复制 编辑 原始数据 按行查看 历史
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)
}
}
Go
1
https://gitee.com/linuxsuren/http-downloader.git
git@gitee.com:linuxsuren/http-downloader.git
linuxsuren
http-downloader
http-downloader
master

搜索帮助