Versions in this module Expand all Collapse all v0 v0.1.1 Jun 16, 2026 v0.1.0 Jun 10, 2026 Changes in this version + type Repo struct + Index *index.Index + Root string + Store *store.Store + func NewRepo(t *testing.T) *Repo + func (r *Repo) ReadFile(t *testing.T, relPath string) string + func (r *Repo) WriteFile(t *testing.T, relPath, content string)