You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get the code from the example and get the packages needed.
Do go run ....
See the error in your terminal or even before that your IDE will inform you.
Expected Behavior
The code to work as intended.
Contrib package Version
1.0.0-rc.1
Code Snippet (optional)
package main
// Replace <MAJOR> with the module's current major version (omit the `/v<MAJOR>` suffix entirely for v1 modules).import"github.com/gofiber/contrib/v3/%package%"funcmain() {
// Steps to reproduce
}