5896783
1 2 3 4 5 6 7
package models import ( "errors" ) var ErrNoRecord = errors.New("models: no matching record found")