From 9406e21b1e728c1e99b4edcdf1b5e02c76a1ffe7 Mon Sep 17 00:00:00 2001 From: herkulessi Date: Mon, 22 Jun 2026 19:44:03 +0200 Subject: Add simple database framework --- main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'main.go') diff --git a/main.go b/main.go index 1032943..8c5766d 100644 --- a/main.go +++ b/main.go @@ -12,6 +12,7 @@ type Webpage struct { muxDynamic *http.ServeMux muxInternal *http.ServeMux templates templates + migrations migrations staticFilePrefix string } -- cgit v1.2.3