Skip to content

Commit

Permalink
Rename package throttle -> limit
Browse files Browse the repository at this point in the history
- previous commit only changes directory name
  • Loading branch information
window9u committed Feb 24, 2025
1 parent f7b9d6d commit 3782427
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/limit/throttler.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

// Package throttle provide event timing control components
package throttle
// Package limit provide event timing control components
package limit

import (
"context"
Expand Down
4 changes: 2 additions & 2 deletions pkg/limit/throttler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

// Package throttle provide event timing control components
package throttle
// Package limit provide event timing control components
package limit

import (
"context"
Expand Down

0 comments on commit 3782427

Please sign in to comment.