Initial implementation of an elasticsearch indexer in Go
All threads resolved!
All threads resolved!
Compare changes
Files
2- Nick Thomas authored
+ 9
− 8
@@ -38,7 +38,7 @@ func NewGoGitRepository(projectPath string, fromSHA string, toSHA string) (*goGi
@@ -149,10 +149,15 @@ func (r *goGitRepository) EachFileChange(ins, mod, del FileFunc) error {
@@ -164,10 +169,6 @@ func (r *goGitRepository) EachCommit(f CommitFunc) error {