Update synopsis.

This commit is contained in:
Christian Joergensen 2014-07-20 21:53:47 +02:00
parent e30fdeff7a
commit 73d3eb24c5

View file

@ -1,4 +1,4 @@
// Package smtpd implements an SMTP server with support for STARTTLS, authentication (PLAIN/LOGIN) and optional restrictions on the different stages of the SMTP session. // Package smtpd implements an SMTP server with support for STARTTLS, authentication (PLAIN/LOGIN), XCLIENT and optional restrictions on the different stages of the SMTP session.
package smtpd package smtpd
import ( import (