Skip to content

Commit

Permalink
feat: adding a package comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Nov 14, 2024
1 parent 92063e7 commit 14088ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions v2/bk.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// package bk wraps an function literal of the http.RoundTripper interface
// and provides a mechanism for controlling the rate of requests to an endpoint
// by providing a concurrency limit and a delay between requests. The returned
// keeper struct implements both the standard "Do" method on an http.Client as
// well as the RoundTripper interface.

package bk

import (
Expand Down

0 comments on commit 14088ba

Please sign in to comment.