Add: put tag on file

This commit is contained in:
2021-12-12 17:09:16 +08:00
parent f71544caab
commit 2c802ca807
6 changed files with 234 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ import (
var (
ErrNotLoggedIn = errors.New("not logged in")
ErrNotAdmin = errors.New("not admin")
ErrEmpty = errors.New("Empty field detected, please fill in all fields")
)
type Error struct {