From 6fde3ceec6892e45660c3a8052651e3152d73286 Mon Sep 17 00:00:00 2001 From: Christian Joergensen Date: Sun, 12 Jul 2020 23:49:58 +0200 Subject: [PATCH] Testing --- smtpd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smtpd.go b/smtpd.go index 0dbf38c..0e96d03 100644 --- a/smtpd.go +++ b/smtpd.go @@ -1,4 +1,4 @@ -// 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. +// foo 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 import (