摘要: 查询,官方的解释如下: 1 2 3 4 5 6 7 // rune is an alias for int32 and is equivalent to int32 in all ways. It is // used, by convention, to distinguish character 阅读全文
posted @ 2020-04-17 14:57 溶洞 阅读(183) 评论(0) 推荐(0) 编辑
摘要: GoStdDoc Golang标准库各模块进行整理 目录 数据结构相关 堆 (container/heap) 双向链表 (container/list) 环形链表 (container/ring) 算法相关 排序 (sort) 并发与同步 锁,信号量 (sync) 原子操作 (sync/atomic 阅读全文
posted @ 2020-04-17 10:10 溶洞 阅读(123) 评论(0) 推荐(0) 编辑
摘要: Popular Packages cloud.google.com/go/firestore github.com/Shopify/sarama github.com/aws/aws-sdk-go/aws github.com/dgrijalva/jwt-go github.com/gin-goni 阅读全文
posted @ 2020-04-17 09:55 溶洞 阅读(218) 评论(0) 推荐(0) 编辑