diff options
| author | 2026-02-21 13:38:02 +0800 | |
|---|---|---|
| committer | 2026-02-21 14:28:15 +0800 | |
| commit | 94482cb2c97aa215f83940643c5d4c0933727dcb (patch) | |
| tree | bee22fa113542abd1b863ee251fdcf0f9bd409b5 /refstore/refstore.go | |
| parent | diff: Add package-level doc comment (diff) | |
| signature | No signature | |
*: Modernize and lint; add CI v0.1.17
Diffstat (limited to 'refstore/refstore.go')
| -rw-r--r-- | refstore/refstore.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
