Commit 11bf28f7 authored by Matthew Holt's avatar Matthew Holt

Weird, git didn't commit this closing curly brace

parent 98bba338
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment