From 3b30cbd63f57a1552ae934c8c71e57c91e692755 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sun, 13 May 2012 13:30:42 -0700 Subject: [PATCH] add TODO Change-Id: Icd386f58b9004b78dd52bdaf32cca257d1593495 --- pkg/search/search.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/search/search.go b/pkg/search/search.go index c9f9736e1..eb6cb1dc5 100644 --- a/pkg/search/search.go +++ b/pkg/search/search.go @@ -176,6 +176,7 @@ type Index interface { // and specific 'value', find the most recent permanode that has // a corresponding 'set-attribute' claim attached. // Returns os.ErrNotExist if none is found. + // TODO(bradfitz): ErrNotExist here is a weird error message ("file" not found). change. // Only attributes white-listed by IsIndexedAttribute are valid. PermanodeOfSignerAttrValue(signer *blobref.BlobRef, attr, val string) (*blobref.BlobRef, error)