set GOPROXY=https://goproxy.io (选项: 建议 网络代理) > go env -w GOPROXY=https://goproxy.cn,https://goproxy.io,direct set GOSUMDB=sum.golang.google.cn (可选) 默认 sum.golang.org set ZONEINFO=A:\go\bin\zoneinfo.zip (可选) 设置时区 github.com/golang/go/raw/master/lib/time/...
Go2,317MIT30410824UpdatedJan 15, 2025 gorm.ioPublic GORM official site HTML255360433UpdatedJan 12, 2025 sqlserverPublic GORM sqlserver driver Go56MIT39111UpdatedJan 12, 2025 hintsPublic Optimizer/Index/Comment Hints for GORM Go40MIT1000UpdatedJan 12, 2025 ...
https://github.com/kubernetes/kubernetes 19513 stars 6540 forks awesome-go 这不是一个go项目,他是一个学习go的资料网站,属于著名的awesome系列,里面关于go的资源非常详细。 https://github.com/avelino/awesome-go 17182 stars 2154 forks gogs 一款基于Git的代码托管系统,类似于github和gitlab,不过其小巧易用,...
1. 在 go.mod 中添加 GitHub 仓库 require github.com/TommyLemon/unitauto-go v1.0.0 2. 执行 g...
https://github.com/docker/docker 38154 stars 11393 forks golang go本身,也是用go语言实现的,包括他的编译器,要研究go源代码的可以看此项目录 https://github.com/golang/go 23082 stars 3081 forks lantern 蓝灯,一款P2P的过墙软件,他和SS不一样的是,他是分布式的,P2P的,通过蓝灯,你可以和自由上网的用户...
renovate/github.com-plgd-dev-kit-digest renovate/golang.org-x-net-digest renovate/docker-ubuntu-20.x renovate/github.com-stretchr-testify-1.x renovate/github.com-pion-dtls-v2-2.x v2.0.4 v2.0.3 v2.0.2 v2.0.1 v2.0.0 克隆/下载 ...
gogetgithub.com/robfig/cron/v3@v3.0.0 代码语言:javascript 复制 packagemainimport(`fmt``github.com/robfig/cron/v3``time`)funcmain(){c:=cron.New(cron.WithSeconds())_,err:=c.AddFunc("*/3 * * * * *",func(){fmt.Printf("running in %v \n",time.Now().String())})iferr!=nil{...
Yeetgif的安装过程分为两个步骤。首先,你需要安装Yeetgif本身,如果你的环境已经配置了Go语言环境,可以通过以下命令安装:go install github.com/sgreben/yeetgif/cmd/gif@latest 安装完成后,为了获得最佳的GIF处理效果,你还需要安装giflossy:brew install giflossy 请确保你的GOPATH/bin已经添加到环境变量$PATH中...
阅读地址→https://github.com/unknwon/the-way-to-go_ZH_CN/blob/master/eBook/directory.md 1.2 从零开始学 Go Web 编程:build-web-application-with-golang GitHub 地址→https://github.com/astaxie/build-web-application-with-golang 《Go Web 编程》这本开源书籍,从零开始手把手教你 Go 的环境安装和...
在“Go - 按 GitHub Actions”工作流上,单击“配置”。 根据需要编辑工作流。 例如更改 Go 版本。 单击“提交更改”。 工作流文件go.yml将添加到存储库的.github/workflows目录中。 指定Go 版本 指定Go 版本的最简单方法是使用由 GitHub 提供的setup-go操作。 有关详细信息,请参阅setup-go操作。