We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2970d2c commit d2424efCopy full SHA for d2424ef
3 files changed
go.mod
@@ -1,3 +1,3 @@
1
-module github.com/kav789/traefik-ratelimit
+module github.com/steemax/ratelimit
2
3
go 1.18
main.go ratelimit.gomain.go renamed to ratelimit.go
@@ -1,4 +1,4 @@
-package traefik_ratelimit
+package ratelimit
import (
4
"context"
main_test.go ratelimit_test.gomain_test.go renamed to ratelimit_test.go
"testing"
0 commit comments