6 lines
92 B
Go
6 lines
92 B
Go
package contracts
|
|
|
|
import "github.com/gofiber/fiber/v3"
|
|
|
|
type WithRoutes func(r *fiber.App)
|