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 --- objectstore/objectstore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'objectstore/objectstore.go') diff --git a/objectstore/objectstore.go b/objectstore/objectstore.go index def71c85..053013ed 100644 --- a/objectstore/objectstore.go +++ b/objectstore/objectstore.go @@ -10,7 +10,7 @@ import ( ) // ErrObjectNotFound indicates that an object does not exist in a backend. -// TODO: This might need to be an interface or otherwise be able to encapsulate multiple concrete backends' +// TODO: This might need to be an interface or otherwise be able to encapsulate multiple concrete backends'. var ErrObjectNotFound = errors.New("objectstore: object not found") // Store reads Git objects by object ID. -- cgit v1.3.1-10-gc9f91