Skip to content

Commit fbf6331

Browse files
committed
go web: add fastid; gnet
1 parent 074ac6e commit fbf6331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go-note/web.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Go 常用框架(工具)
232232
- Kafka: Shopify/sarama
233233
- Elasticsearch: olivere/elastic, elastic/elasticsearch
234234
- mongodb: mongodb/mongo-go-driver
235-
- id生成器: rx/xid, satori/go.uuid, bwmarrin/snowflake
235+
- id生成器: rx/xid, satori/go.uuid, beinan/fastid, bwmarrin/snowflake
236236
- cache(in memory): patrickmn/go-cache, golang/groupcache(分布式)
237237
- 并发/协程池(star 数从低到高排序):
238238

@@ -247,7 +247,7 @@ Go 常用框架(工具)
247247
- 日志: logrus, zap, mumberjack
248248
- 调试:go-spew/dlv
249249
- 图片处理:h2non/imaginary
250-
- 网络编程:fatih/pool
250+
- 网络库:fatih/pool; panjf2000/gnet
251251
- 表格:go-echarts
252252
- excel(XLSX): 360EntSecGroup-Skylar/excelize, tealeg/xlsx
253253
- 转换工具:

0 commit comments

Comments
 (0)