package routing import ( "errors" ) var ErrLinkDefaultNotFound = errors.New("default link not found")