Draft: feat login
This commit is contained in:
7
types/errors.go
Normal file
7
types/errors.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package types
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
UsernameConflictError = errors.New("username conflict")
|
||||
)
|
||||
Reference in New Issue
Block a user