Feat: add login
This commit is contained in:
@@ -7,4 +7,6 @@ var (
|
||||
|
||||
WrongFormatError = fmt.Errorf("wrong format")
|
||||
HTTPRequestFailedError = fmt.Errorf("http request failed")
|
||||
|
||||
RandomGenerationFailedError = fmt.Errorf("failed to generate random string")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user