kb/internal/routes/routes.go
2025-12-17 09:00:24 -05:00

11 lines
154 B
Go

// Package routes is probably dog ass and a bad way to do things but i am a lemming
package routes
import (
"fmt"
"net/http"
"os"
"text/template"
)