We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074ac6e commit fbf6331Copy full SHA for fbf6331
go-note/web.rst
@@ -232,7 +232,7 @@ Go 常用框架(工具)
232
- Kafka: Shopify/sarama
233
- Elasticsearch: olivere/elastic, elastic/elasticsearch
234
- mongodb: mongodb/mongo-go-driver
235
-- id生成器: rx/xid, satori/go.uuid, bwmarrin/snowflake
+- id生成器: rx/xid, satori/go.uuid, beinan/fastid, bwmarrin/snowflake
236
- cache(in memory): patrickmn/go-cache, golang/groupcache(分布式)
237
- 并发/协程池(star 数从低到高排序):
238
@@ -247,7 +247,7 @@ Go 常用框架(工具)
247
- 日志: logrus, zap, mumberjack
248
- 调试:go-spew/dlv
249
- 图片处理:h2non/imaginary
250
-- 网络编程:fatih/pool
+- 网络库:fatih/pool; panjf2000/gnet
251
- 表格:go-echarts
252
- excel(XLSX): 360EntSecGroup-Skylar/excelize, tealeg/xlsx
253
- 转换工具:
0 commit comments