Initial implementation of an elasticsearch indexer in Go
All threads resolved!
All threads resolved!
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
6- Nick Thomas authored
+ 16
− 5
@@ -6,6 +6,8 @@ import (
@@ -93,17 +95,26 @@ func (i *Indexer) BuildBlob(file *object.File, commitSHA string) (*Blob, error)