From 94482cb2c97aa215f83940643c5d4c0933727dcb Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 21 Feb 2026 13:38:02 +0800 Subject: *: Modernize and lint; add CI --- refstore/refstore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'refstore/refstore.go') diff --git a/refstore/refstore.go b/refstore/refstore.go index 4cca8544..ba9141b9 100644 --- a/refstore/refstore.go +++ b/refstore/refstore.go @@ -8,7 +8,7 @@ import ( ) // ErrReferenceNotFound indicates that a reference does not exist in a backend. -// TODO: interface error? just like object not found in objectstore +// TODO: Interface error? Just like object not found in objectstore. var ErrReferenceNotFound = errors.New("refstore: reference not found") // Store reads Git references. -- cgit v1.3.1-10-gc9f91