add package-level comments for webadmin and webaccount

This commit is contained in:
Mechiel Lukkien
2023-09-15 16:01:23 +02:00
parent bff0131164
commit af71e9855b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
// Package webadmin is a web app for the mox administrator for viewing and changing
// the configuration, like creating/removing accounts, viewing DMARC and TLS
// reports, check DNS records for a domain, change the webserver configuration,
// etc.
package webadmin
import (