Skip to content

Commit

Permalink
Split package ratelimit into a separate repo.
Browse files Browse the repository at this point in the history
Its tests don't need to suffer from using the virtualized Travis CI
environment, since it doesn't depend on fuse.
  • Loading branch information
jacobsa committed Jul 19, 2015
2 parents 37f08a5 + 9d26e28 commit efd81f5
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1,217 deletions.
2 changes: 1 addition & 1 deletion bucket.go
Expand Up @@ -20,9 +20,9 @@ import (

"golang.org/x/net/context"

"github.com/googlecloudplatform/gcsfuse/ratelimit"
"github.com/jacobsa/gcloud/gcs"
"github.com/jacobsa/gcloud/gcs/gcscaching"
"github.com/jacobsa/ratelimit"
"github.com/jacobsa/timeutil"
)

Expand Down
119 changes: 0 additions & 119 deletions ratelimit/throttle.go

This file was deleted.

204 changes: 0 additions & 204 deletions ratelimit/throttle_test.go

This file was deleted.

0 comments on commit efd81f5

Please sign in to comment.