📝 Added static package docs

This commit is contained in:
Maxim Lebedev 2024-01-22 08:01:20 +06:00
parent b23aad0791
commit c1bae19013
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 7 additions and 0 deletions

7
internal/static/doc.go Normal file
View File

@ -0,0 +1,7 @@
// 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