From 51430d77775e6ea89860ab5c4013a5f7f48f431e Mon Sep 17 00:00:00 2001 From: Christian Joergensen Date: Tue, 15 Jul 2014 13:22:18 +0200 Subject: [PATCH] Typo, README. --- README.md | 1 + smtpd.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 README.md 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 (