Go: some libs
I have finished 3 web projects in the past 16 months, about 100000 lines.
The libs below are my recommended.
Last Updated: 2021-08-04
framework
layout
golang-standards/project-layout
database
cache
- memory: go-cache
- redis: go-redis/redis
- cache go-redis/cache
- distribute lock redislock
- ratelimit: go-redis/redis_rate
http client
test
- assert testify
- BDD onsi/ginkgo
- steinfletcher/apitest
- mock
logger
- recommend uber-go/zap
- sirupsen/logrus
- lumberjack