Adding go-mysql-lock (#3123)

This commit is contained in:
Sanket 2020-07-03 10:43:45 +00:00 committed by GitHub
parent 364f16b86e
commit e88ceacff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -614,6 +614,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [go-jump](https://github.com/dgryski/go-jump) - Port of Google's "Jump" Consistent Hash function.
* [go-kit](https://github.com/go-kit/kit) - Microservice toolkit with support for service discovery, load balancing, pluggable transports, request tracking, etc.
* [go-micro](https://github.com/micro/go-micro) - A distributed systems development framework.
* [go-mysql-lock](https://github.com/sanketplus/go-mysql-lock) - MySQL based distributed lock.
* [go-pdu](https://github.com/pdupub/go-pdu) - A decentralized identity-based social network.
* [go-sundheit](https://github.com/AppsFlyer/go-sundheit) - A library built to provide support for defining async service health checks for golang services.
* [gorpc](https://github.com/valyala/gorpc) - Simple, fast and scalable RPC library for high load.