This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Willie
/
WilliesSchematicsWorld
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
47cf76d053
Branches
Tags
develop
master
WilliesSchemati...
/
schematic-service-go
/
dao
/
errors.go
errors.go
88 B
Historique
Raw
1
2
3
4
5
package
dao
import
"errors"
var
ErrNoDocument = errors.New(
"Document not found"
)