diff --git a/main.go b/main.go index 9ebe7c8..9dc9dff 100644 --- a/main.go +++ b/main.go @@ -29,10 +29,10 @@ import ( // Serve frontend files from a given directory instead of embedded data //go:embed frontend-reactive/dist/* frontend-reactive/dist/assets -var reactiveFS embed.FS +// var reactiveFS embed.FS //go:embed frontend-noscript -var nojsFS embed.FS +// var nojsFS embed.FS //go:embed duck.webp var defaultDuck string @@ -41,8 +41,6 @@ var defaultDuck string var duckFS embed.FS func main() { - _ = reactiveFS - _ = nojsFS other.SetupFlags() flag.Parse() logfile := getLogFilePathOrNil()