Express

这里有各式各样的神秘传送门

百宝箱

Blog

GoLang

Tools

Topic


Framework / Library

  1. Go-metrics – https://github.com/rcrowley/go-metrics
  1. Cobra – https://github.com/spf13/cobra
  1. Viper – https://github.com/spf13/viper
  1. go-mirco – https://github.com/micro/micro/v2
  1. easyjson – https://github.com/mailru/easyjson
  • easyjson 是用来快速进行json序列化与反序列化的工具包,通过给我们要进行序列化的struct生成方法来实现不通过反射进行json序列化,对比golang原有json工具包,性能能够提高3倍以上。
  • Golang高性能json包:easyjson
  1. gorm – https://gorm.io/gorm
  • orm 全称 object relation mapping 对象映射关系,目的是解决面向对象和关系数据库之间存在的互不匹配的现象。orm 也较好的处理了 sql注入的拼接sql行为,而 gorm 就是 golang 的实现
  • GORM 指南
  1. Ginkgo – github.com/onsi/ginkgo/ginkgo
  • Ginkgo是一个BDD风格的Go测试框架,旨在帮助你有效地编写富有表现力的全方位测试。它最好与Gomega匹配器库配对使用,但它的设计是与匹配器无关的。
  • Ginkgo

Funny

  1. red alert