package cerrors import ( "errors" ) var Is = errors.Is var As = errors.As