From aa9ce272dcfa1380b2f05bc3a90ef8ca1b0a7f62 Mon Sep 17 00:00:00 2001 From: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 22 Mar 2021 22:26:54 +0100 Subject: Oauth/token (#7) * add host and protocol options * some fiddling * tidying up and comments * tick off /oauth/token * tidying a bit * tidying * go mod tidy * allow attaching middleware to server * add middleware * more user friendly * add comments * comments * store account + app * tidying * lots of restructuring * lint + tidy --- internal/email/email.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/email/email.go') diff --git a/internal/email/email.go b/internal/email/email.go index d70f6c5b5..3d6a9dd2d 100644 --- a/internal/email/email.go +++ b/internal/email/email.go @@ -16,5 +16,5 @@ along with this program. If not, see . */ -// package email provides a service for interacting with an SMTP server +// Package email provides a service for interacting with an SMTP server package email -- cgit v1.2.3