Rate limit implementation by Go
If you want to build this service right away there are two options:
You have a working Go environment.
git clone https://github.com/leozhantw/rate-limit.git
cd rate-limit
go run cmd/server/server.go
You have a working Docker environment.
git clone https://github.com/leozhantw/rate-limit.git
cd rate-limit
docker build -t rate-limit .
docker run -p 8080:8080 rate-limit:latest