This website works better with JavaScript
Home
Explore
Help
Sign In
Craft
/
Api
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
5f865d7ca4
Branches
Tags
main
v0.1.2
v0.1.1
v0.1.0
Api
/
cache
/
errors.go
errors.go
84 B
History
Raw
1
2
3
4
5
package cache
import "errors"
var ErrorNotFound = errors.New("unknown cache key")