1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-17 14:37:02 +00:00

chasquid: Add package-level documentation

This commit is contained in:
Alberto Bertogli
2017-11-19 13:39:17 +00:00
parent 033a5d657b
commit b3592b7bf9

View File

@@ -1,3 +1,9 @@
// chasquid is an SMTP (email) server.
//
// It aims to be easy to configure and maintain for a small mail server, at
// the expense of flexibility and functionality.
//
// See https://blitiri.com.ar/p/chasquid for more details.
package main
import (