package gitea import ( "errors" ) var ErrorNotFound = errors.New("not found")