This website requires JavaScript.
Explore
Help
Sign In
yash
/
recipes2
Watch
1
Star
0
Fork
You've already forked recipes2
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d7c777a2ca
recipes2
/
internal
/
storage
/
storage.go
10 lines
86 B
Go
Raw
Blame
History
package
storage
import
(
"errors"
)
var
(
ErrNotFound
=
errors
.
New
(
"not found"
)
)
Reference in New Issue
View Git Blame
Copy Permalink