File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
// Package throttled implements rate limiting access to resources such
2
2
// as HTTP endpoints.
3
- package throttled // import "github.com/throttled /throttled"
3
+ package throttled // import "github.com/bartekn /throttled"
Original file line number Diff line number Diff line change 7
7
"testing"
8
8
"time"
9
9
10
- "github.com/throttled /throttled"
10
+ "github.com/bartekn /throttled"
11
11
)
12
12
13
13
type stubLimiter struct {
Original file line number Diff line number Diff line change 4
4
"testing"
5
5
"time"
6
6
7
- "github.com/throttled /throttled"
7
+ "github.com/bartekn /throttled"
8
8
)
9
9
10
10
type clockFixed time.Time
Original file line number Diff line number Diff line change 5
5
"net/url"
6
6
"testing"
7
7
8
- "github.com/throttled /throttled"
8
+ "github.com/bartekn /throttled"
9
9
)
10
10
11
11
func TestVaryBy (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments