This website requires JavaScript.
Explore
Help
Sign In
basit
/
go-cache
mirror of
https://github.com/rjbasitali/go-cache
Watch
1
Star
0
Fork
You've already forked go-cache
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
v0.0.4
go-cache
/
errors.go
8 lines
88 B
Go
Raw
Permalink
Blame
History
package
gocache
import
"errors"
var
(
ErrKeyNotFound
=
errors
.
New
(
"key not found"
)
)
Reference in New Issue
View Git Blame
Copy Permalink