Show HN: Shared-Lock – Go-based implementation of distributed lock service
github.comHi HN! I'd like to share with you really small but fast implementation of distributed lock mechanism on Go, which uses etcd as a lock storage. We've been using it for some time on a scale and now decided to make the project open-source for community to have easy to install solution. Hope you'll like it and will be thankful for any feedback.