account page stubbed: link to etsy sign up
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package consts
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
// TODO: use throught the database methods and the site template parsing to treat it as a 404 (not a redirect)
|
||||
ErrNotFound = errors.New("not found")
|
||||
)
|
||||
Reference in New Issue
Block a user