We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1f5fa commit 95b4db3Copy full SHA for 95b4db3
main.go
@@ -12,8 +12,8 @@ import (
12
13
"github.com/cheetahbyte/flagly/apis"
14
"github.com/cheetahbyte/flagly/internal/audit"
15
- "github.com/cheetahbyte/flagly/internal/middleware"
16
"github.com/cheetahbyte/flagly/internal/storage"
+ "github.com/cheetahbyte/flagly/pkg/flagly/middleware"
17
"github.com/gin-contrib/cors"
18
"github.com/gin-gonic/gin"
19
"go.uber.org/zap"
internal/middleware/middleware.go pkg/flagly/middleware/middleware.gointernal/middleware/middleware.go renamed to pkg/flagly/middleware/middleware.go
0 commit comments