Skip to content
Snippets Groups Projects

Initial implementation of an elasticsearch indexer in Go

Merged Nick Thomas requested to merge 1-initial-implementation into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -13,6 +13,6 @@ fmt:
go fmt ${GO_PKGS}
test:
go test -v ${GO_PKGS}
go test -cover -v ${GO_PKGS}
verify: fmt test
Loading