Documentation
¶
Overview ¶
Package web embeds static website files that webservers can serve up to clients. It also includes two `go generate` generators for building Elm application code.
Running `go generate` without any options writes a debug version of the Elm app to static/js/main.js. `go generate ./... -skip debug` can be used to produce an optimized "production" version.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Static embed.FS
Static holds our static web server content.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.