Weird, git didn't commit this closing curly brace

This commit is contained in:
Matthew Holt 2016-09-08 18:54:36 -06:00
parent 98bba33861
commit 11bf28f783
No known key found for this signature in database
GPG key ID: 0D97CC73664F4D03

View file

@ -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.