Initial implementation of an elasticsearch indexer in Go
All threads resolved!
All threads resolved!
Compare changes
Files
9- Nick Thomas authored
+ 18
− 6
@@ -20,6 +23,7 @@ func init() {
@@ -29,6 +33,7 @@ func tryEncodeString(s string) string {
@@ -42,15 +47,22 @@ func encodeString(s string) (string, error) {