From 11bf28f78360bb3cf01b7088ea64f6f3a4145ec8 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 8 Sep 2016 18:54:36 -0600 Subject: [PATCH] Weird, git didn't commit this closing curly brace --- caddytls/storage.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/caddytls/storage.go b/caddytls/storage.go index 548fcb48..861378cf 100644 --- a/caddytls/storage.go +++ b/caddytls/storage.go @@ -94,6 +94,8 @@ type Storage interface { // persisted users in storage. MostRecentUserEmail() string +} + // ErrNotExist is returned by Storage implementations when // a resource is not found. It is similar to os.ErrNotExist // except this is a type, not a variable.