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
@@ -7,7 +7,7 @@ import (
)
const (
elasticTimeFormat = "20060102150405-0700"
elasticTimeFormat = "20060102T150405-0700"
)
type Person struct {
Loading