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,5 @@
// Package webaccount provides a web app for users to view and change their account
// settings, and to import/export email.
package webaccount
import (