Typo, README.
This commit is contained in:
parent
533c2d154c
commit
51430d7777
2 changed files with 2 additions and 1 deletions
1
README.md
Normal file
1
README.md
Normal file
|
@ -0,0 +1 @@
|
|||
[](https://godoc.org/bitbucket.org/chrj/smtpd)
|
2
smtpd.go
2
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 (
|
||||
|
|
Loading…
Add table
Reference in a new issue