elastic / go-elasticsearch

The official Go client for Elasticsearch
https://github.com/elastic/go-elasticsearch#go-elasticsearch
Apache License 2.0
65 stars 617 forks source link

Update variable names to Go convention + Simplify map lookups #894

Closed HaraldNordgren closed 4 months ago

HaraldNordgren commented 4 months ago

Underscore names are not Go convention. See report card here: https://goreportcard.com/report/github.com/elastic/go-elasticsearch#golint

Also simplifying some map lookups.

HaraldNordgren commented 4 months ago

Ping @Anaethelion