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
@@ -9,9 +9,9 @@
- apt-get update && apt-get -yy install libicu-dev
- make setup
- make format
- make test
- make cover
- make
- make test
test 1.7:
<<: *test
Loading