This website requires JavaScript.
Explore
Help
Sign In
daniel
/
distribution
Watch
1
Star
0
Fork
You've already forked distribution
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d4f01b812c
distribution
/
docs
/
middleware
/
errors
/
errors.go
8 lines
81 B
Go
Raw
Blame
History
package
errors
import
(
"fmt"
)
var
ErrNotFound
=
fmt
.
Errorf
(
"key not found"
)
Reference in New Issue
View Git Blame
Copy Permalink