This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-go
mirror of
https://github.com/status-im/status-go.git
Watch
2
Star
0
Fork
You've already forked status-go
0
Code
Issues
Projects
Releases
Wiki
Activity
959dcbdea5
status-go
/
protocol
/
common
/
errors.go
6 lines
88 B
Go
Raw
Blame
History
package
common
import
"errors"
var
ErrRecordNotFound
=
errors
.
New
(
"record not found"
)
Reference in New Issue
View Git Blame
Copy Permalink