a8m / documentdb

Go driver for Microsoft Azure DocumentDB
MIT License
33 stars 25 forks source link

chore: change constants to be more Go-ish. #17

Closed a8m closed 5 years ago

a8m commented 5 years ago

Go constants are usually MixedCaps: https://golang.org/doc/effective_go.html\#mixed-caps

cc @pavelsmejkal