home/internal/static/doc.go

8 lines
368 B
Go

// The static package is a module for working with static files.
//
// These files are placed in a separate directory $HOME_STATIC_DIR and are
// available for embedding and reading as-is without access restrictions. The
// implication is that these files are often necessary for machines: logos,
// robots.txt, styles, public keys, sitemaps and so on.
package static