Skip to content

Commit

Permalink
change package name to satisfy Plugin Analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Homulvas committed May 16, 2024
1 parent 9be6618 commit 63379ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions ratelimiter.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Package ratelimiter defines a middleware that integrates with ratelimiter service.
package ratelimiter
// Package traefik_ratelimiter_middleware defines a middleware that integrates with ratelimiter service.
//
//nolint:stylecheck,revive
package traefik_ratelimiter_middleware

import (
"context"
Expand Down
3 changes: 2 additions & 1 deletion ratelimiter_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package ratelimiter
//nolint:stylecheck,revive
package traefik_ratelimiter_middleware

import (
"context"
Expand Down

0 comments on commit 63379ba

Please sign in to comment.