aboutsummaryrefslogtreecommitdiff
path: root/ref/store/reading.go
Commit message (Expand)AuthorAgeFilesLines
* Switch package URLs to lindenii.org/go/furgit v0.1.178Gravatar Runxi Yu7 days1-1/+1
* ref/store: List should not be backend-definedGravatar Runxi Yu14 days1-0/+2
* ref/store: Simplify names v0.1.166Gravatar Runxi Yu2026-03-311-2/+2
* *: Remove Close from object/ref store interfaces•••At places where you own the object, you should have the literal implementation with Close. If you're using it via the interface, then you probably don't own that store, and you shouldn't be closing it. Thanks to Michael MurĂ© from git-bug for this point. Gravatar Runxi Yu2026-03-291-6/+0
* *: Remove Close exception for MT-Safe v0.1.133Gravatar Runxi Yu2026-03-291-0/+2
* *: Repeated calls to Close are UB by default v0.1.132Gravatar Runxi Yu2026-03-291-2/+0
* ref/store: Clarify contractGravatar Runxi Yu2026-03-281-6/+12
* *: refstore -> ref/storeGravatar Runxi Yu2026-03-251-0/+34