Skip to content

Commit

Permalink
Push to create a new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Mar 26, 2021
1 parent 75e3c8c commit e598e0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func New(ctx context.Context, next http.Handler, config *Config, name string) (h
func (r *RateLimiter) ServeHTTP(rw http.ResponseWriter, req *http.Request) {

store, err := memstore.New(65536)
fmt.Println("Start")
if err != nil {
fmt.Println("error creating store")
fmt.Println(err)
Expand Down

0 comments on commit e598e0a

Please sign in to comment.