Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 279 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 279 Bytes

Dependencies

  1. go get -u "github.com/google/jsonapi"
  2. go get -u "github.com/gorilla/mux"
  3. go get -u "golang.org/x/time/rate"

To Run

go run main.go middleware.go

Command Line Arguments

main.go [--host "localhost"] [--port 8080]

middleware.go [--max 10] [--burst 10]