satyajeetkrjha / distributed-locks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

distributed-locks

#on one terminal start client and hit

go run main.go --name=lock1
go run main.go --name=lock2
go run main.go --name=lock3



#on other terminal start server and hit

go run main.go -server

About


Languages

Language:Go 100.0%