package error import "errors" var ErrNotFoundit = errors.New("resource not found")