feat: enable searching via program names for multi-program packages implements: https://todo.sr.ht/~alanpearce/searchix/6
1 file changed, 5 insertions(+), 4 deletions(-)
changed files
M internal/index/index_meta.go → internal/index/index_meta.go
@@ -11,12 +11,13 @@ "github.com/pkg/errors" ) -const CurrentSchemaVersion = 2 +const CurrentSchemaVersion = 3 type SourceMeta struct { - Updated time.Time - Path string - Rev string + Updated time.Time + Path string + Rev string + ProgramsPath string } type data struct {