golang 扩展package 列表

这篇博客列出了多个Golang的扩展包,包括arch, playground, debug等,并介绍了如何方便地将这些扩展包代码整合到Golang源代码目录中,以便于查看和使用。此外,还提供了在PowerShell和Linux环境下克隆这些仓库的命令。" 111708292,10324686,S7-200 SMART CPU Modbus RTU从站配置与通信,"['Modbus协议', 'PLC', '工业通信', '自动化控制', 'S7-200 SMART']

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Golang 扩展package

golang 扩展package 列表

https://github.com/golang/arch.git
https://github.com/golang/playground.git
https://github.com/golang/debug.git
https://github.com/golang/term.git
https://github.com/golang/time.git
https://github.com/golang/scratch.git
https://github.com/golang/talks.git
https://github.com/golang/geo.git
https://github.com/golang/freetype.git
https://github.com/golang/cwg.git
https://github.com/golang/leveldb.git
https://github.com/golang/blog.git
https://github.com/golang/net.git
https://github.com/golang/tools.git
https://github.com/golang/protobuf.git
https://github.com/golang/sys.git
https://github.com/golang/exp.git
https://github.com/golang/mock.git
https://github.com/golang/crypto.git
https://github.com/golang/sync.git
https://github.com/golang/text.git
https://github.com/golang/mobile.git
https://github.com/golang/oauth2.git
https://github.com/golang/dl.git
https://github.com/golang/perf.git
https://github.com/golang/image.git
https://github.com/golang/mod.git
https://github.com/golang/proposal.git
https://github.com/golang/glog.git
https://github.com/golang/xerrors.git

Best practice

通常笔者比较喜欢把golang 扩展包的代码放在golang 的源代码包, 这样在使用的过程很方便查看golang 代码以及扩展代码(官方代码)

  • 在golang 的安装目录的 src 目录下面创建目录 “golang.org/x”
  • 进入上面的新创建的目录, 把上面的golang 扩展列表拷贝下来保持成文件,例如 list.txt
  • 笔者在 powershell 的环境下, 采用命令如下: type .\list.txt | % { git clone $_ ; }
  • Linux 环境下应该是: cat ./list.txt | xargs git clone

有帮助/价值请打赏:

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值