github.com/hoffie/larasync@v0.0.0-20151025221940-0384d2bddcef/repository/nib/errors.go (about) 1 package nib 2 3 import ( 4 "errors" 5 ) 6 7 var ( 8 // ErrNoRevision is returned if no such revision can be found. This is thrown 9 // durint the NIB validation process. 10 ErrNoRevision = errors.New("no revision") 11 )