# Packages
Package app handles the routes and views for the Defacto2 website.
Package cache provides a lightweight engine for storing key/value pairs.
Package demozoo handles the retrieval of [production records] from the [Demozoo] API and the extraction of relevant data for the Defacto2 website.
Package download handles the client file downloads.
Package form provides functions for providing data for form and input elements.
Package html3 renders the html3 sub-route of the website.
Package htmx handles the routes and views for the AJAX responses using the htmx library.
Package jsdos configures the js-dos v6.22 emulator.
Package pouet provides production, user voting data sourced from the Pouet website API.
Package readme provides functions for reading and suggesting readme files.
Package render provides the file content rendering for the web server.
Package sess provides functions for handling session and cookies.
Package web proves links and titles for recommended websites.
Package sixteen provides data about releasers and groups on the 16colors website.
No description provided by the author
# Functions
EmbedDirs serves the static files from the directories embed to the binary.
MovedPermanently redirects are partial URL routers that are to be redirected with a HTTP 301 Moved Permanently.
# Constants
Downloader is the route for the file download handler.
ShutdownCounter is the number of iterations to wait before shutting down the server.
ShutdownWait is the number of seconds to wait before shutting down the server.
# Structs
Configuration of the handler.
TemplateRegistry is template registry struct.