diff --git a/README.md b/README.md new file mode 100644 index 0000000..75033b3 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +[![GoDoc](https://godoc.org/bitbucket.org/chrj/smtpd?status.png)](https://godoc.org/bitbucket.org/chrj/smtpd) diff --git a/smtpd.go b/smtpd.go index f654ea9..de6d39f 100644 --- a/smtpd.go +++ b/smtpd.go @@ -1,4 +1,4 @@ -// Package smtpd implements a 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) and optional restrictions on the different stages of the SMTP session. package smtpd import (