read XSDTime w/o alloc

This commit is contained in:
Simon Martens
2025-03-26 11:02:24 +01:00
parent 0ff2e98c88
commit dd24aea0a3
4 changed files with 73 additions and 18 deletions

View File

@@ -5,6 +5,8 @@ import (
"github.com/gofiber/fiber/v2"
)
const DEFAULT_YEAR = 1765
func GetIndex(fiber *fiber.Ctx) error {
_ = xmlmodels.Get()
return fiber.Render("/", nil)