This website requires JavaScript.
Explore
Help
Sign In
evan
/
imagini
Archived
Watch
1
Star
0
Fork
0
You've already forked imagini
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
This repository has been archived on
2023-11-13
. You can view files and clone it, but cannot push or open issues or pull requests.
ecf981495e
imagini
/
internal
/
db
/
errors.go
8 lines
98 B
Go
Raw
Normal View
History
Unescape
Escape
Finally Framework
2021-01-16 22:00:17 +00:00
package
db
DB & Route Organization
2021-01-10 00:44:02 +00:00
import
"errors"
var
(
ErrUserAlreadyExists
=
errors
.
New
(
"user already exists"
)
)
Reference in New Issue
Copy Permalink