mirror of
https://github.com/axllent/mailpit.git
synced 2026-06-27 22:46:09 +00:00
The goqlite library is designed to be flexible and does not make assumptions about the types of JSON values returned from rqlite, using the type `any` for variables. When a numeric value is received in the response, the `any` type does not specify a numeric type, leading Go to default to using `float64`.