go资源

https://colobu.com/categories/Go/

妙到颠毫: bigcache优化技巧

fastcache

  1. http://allegro.tech/2016/03/writing-fast-cache-service-in-go.html
  2. https://github.com/allegro/bigcache
  3. https://dev.to/douglasmakey/how-bigcache-avoids-expensive-gc-cycles-and-speeds-up-concurrent-access-in-go-12bb
  4. https://pengrl.com/p/35302/
  5. https://github.com/VictoriaMetrics/fastcache
  6. https://www.openmymind.net/Shard-Your-Hash-table-to-reduce-write-locks/
  7. https://medium.com/@itsromiljain/curious-case-of-concurrenthashmap-90249632d335
  8. https://segmentfault.com/a/1190000012926722
  9. https://github.com/coocood/freecache

Go实用开源库收集

框架

https://github.com/go-martini/martini

图形验证码

https://github.com/dchest/captcha

ORM

https://github.com/jinzhu/gorm

表单验证

https://github.com/asaskevich/govalidator

时间插件

https://github.com/uniplaces/carbon

Redis

https://github.com/go-redis/redis 

Excel

https://github.com/tealeg/xlsx

配置

https://github.com/spf13/viper

Email

https://github.com/go-gomail/gomail/

Curl

https://github.com/imroc/req

解析未知json

https://github.com/bitly/go-simplejson

单元测试包

https://github.com/smartystreets/goconvey

WebSoket

https://github.com/gorilla/websocket

资料集

http://www.topgoer.com

你可能感兴趣的:(go)