This website requires JavaScript.
Explore
Help
Sign In
arcad
/
edge
Watch
15
Star
0
Fork
You've already forked edge
0
Code
Issues
8
Pull Requests
Projects
Releases
3
Wiki
Activity
599ff749d3
edge
/
pkg
/
module
/
app
/
error.go
6 lines
72 B
Go
Raw
Blame
History
package
app
import
"errors"
var
ErrNotFound
=
errors
.
New
(
"not found"
)
Reference in New Issue
View Git Blame
Copy Permalink