updated README and TODO

This commit is contained in:
2026-05-29 10:05:54 -06:00
parent 0aa5fbb6c5
commit 9e073f9a5c
3 changed files with 9 additions and 11 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ import (
type mockCache struct {
fetched []string
fetchDBCalled bool
clean error
//nolint:unused // required for interface
clean error
}
func (m *mockCache) FetchDB(repo string) error {