port to fiber v3, optimize static assets serving

This commit is contained in:
Laptop
2024-12-31 16:22:23 +02:00
parent f122c45fec
commit 1d5ec4353e
13 changed files with 176 additions and 92 deletions

View File

@@ -538,7 +538,7 @@ func init() {
}
}
const Debug = false
const Debug = true
const Commit = "unknown"
const Repo = "unknown"
const CommitURL = "unknown"