mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-05 17:37:03 +00:00
Update Go doc comments to Go 1.19's format
This patch is the result of running Go 1.19's `gofmt` on the codebase, which automatically updates all Go doc comments to the new format. https://tip.golang.org/doc/go1.19#go-doc
This commit is contained in:
@@ -20,8 +20,8 @@ var (
|
||||
|
||||
// MDA delivers local mail by executing a local binary, like procmail or
|
||||
// maildrop. It works with any binary that:
|
||||
// - Receives the email to deliver via stdin.
|
||||
// - Exits with code EX_TEMPFAIL (75) for transient issues.
|
||||
// - Receives the email to deliver via stdin.
|
||||
// - Exits with code EX_TEMPFAIL (75) for transient issues.
|
||||
type MDA struct {
|
||||
Binary string // Path to the binary.
|
||||
Args []string // Arguments to pass.
|
||||
|
||||
Reference in New Issue
Block a user