diff options
| author | herkulessi <git@herkulessi.de> | 2026-06-22 19:44:03 +0200 |
|---|---|---|
| committer | herkulessi <git@herkulessi.de> | 2026-06-22 19:44:03 +0200 |
| commit | 9406e21b1e728c1e99b4edcdf1b5e02c76a1ffe7 (patch) | |
| tree | 5f37032277100b4c1e8c3497dfa48a7895690f3d /main.go | |
| parent | ad08a1011dd7463e8a8d7adfade4fb69452f29e8 (diff) | |
Add simple database framework
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ type Webpage struct { muxDynamic *http.ServeMux muxInternal *http.ServeMux templates templates + migrations migrations staticFilePrefix string } |
