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
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
// Package webaccount provides a web app for users to view and change their account
// settings, and to import/export email.
package webaccount
import (

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 (