Skip to content

Instantly share code, notes, and snippets.

@robertotambunan
Last active January 22, 2019 09:35
Show Gist options
  • Save robertotambunan/12eb2979055753da8ad2df93210e8708 to your computer and use it in GitHub Desktop.
Save robertotambunan/12eb2979055753da8ad2df93210e8708 to your computer and use it in GitHub Desktop.
create elastic client
client, err := elastic.NewClient(elastic.SetURL("http://localhost:9200"))
if err != nil {
log.Panic(err)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment