丰乐

2019年3月30日

go的包下载失败解决方案

摘要: 包被墙的方案 1 翻啊的墙 2 gopm 3 https://github.com/golang/net 4 使用国内网站打包 5 export GOPROXY=https://goproxy.io 阅读全文

posted @ 2019-03-30 09:47 李蝉儿 阅读(970) 评论(0) 推荐(0) 编辑

源码分析之groupcache之consistenthash

摘要: 很多时候读开源的库就是为自己准备大量的代码库,优秀开源项目代码质量比绝大部分人的代理质量都要高。 依赖的库 ```import ( "hash/crc32" "sort" "strconv")``` 基本的结构```type Hash func(data []byte) uint32 type Ma 阅读全文

posted @ 2019-03-30 09:11 李蝉儿 阅读(164) 评论(0) 推荐(0) 编辑

导航