Initial implementation of an elasticsearch indexer in Go
All threads resolved!
All threads resolved!
Compare changes
Files
4- Nick Thomas authored
+ 6
− 11
@@ -13,18 +13,13 @@ import (
@@ -48,7 +43,7 @@ func validBlob(file *git.File, content, language string) *indexer.Blob {
@@ -73,7 +68,7 @@ func TestBuildBlob(t *testing.T) {
@@ -82,7 +77,7 @@ func TestBuildBlobSkipsLargeBlobs(t *testing.T) {
@@ -90,7 +85,7 @@ func TestBuildBlobSkipsBinaryBlobs(t *testing.T) {
@@ -98,7 +93,7 @@ func TestBuildBlobDetectsLanguageByFilename(t *testing.T) {