GoDoc and some typos...

This commit is contained in:
dhax 2017-10-22 21:56:36 +02:00
parent 9f37579562
commit 543b39f822
15 changed files with 37 additions and 19 deletions

View file

@ -27,7 +27,7 @@ type AccountStore interface {
Delete(*auth.Account) error
}
// AccountResource implements account managment handler.
// AccountResource implements account management handler.
type AccountResource struct {
Store AccountStore
}

View file

@ -1,3 +1,4 @@
// Package admin ties together administration resources and handlers.
package admin
import (