package handlers import ( "git.devcara.com/hkgi/database" "github.com/gofiber/fiber/v2" ) func GetStead(c *fiber.Ctx) { db := database.DB }