turtle-bazon / cl-maxminddb

GNU Lesser General Public License v3.0
4 stars 3 forks source link

Camel-case notation is ignored #2

Closed phoe closed 4 years ago

phoe commented 4 years ago

https://github.com/turtle-bazon/cl-maxminddb/blob/a66e6ab7167d63f30c1db024725f6f932cf43acb/src/maxminddb.lisp#L10

MaxMindDatabaseMetadata is equivalent to maxminddatabasemetadata under standard read-case settings of the Lisp reader. I suggest using standard Lisp kebab-case notation instead and change that to maxmind-database-metadata

turtle-bazon commented 4 years ago

fixed in 0.0.1.1