mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-08 01:01:02 +08:00
Merge all upstream changes
This commit is contained in:
@@ -188,7 +188,7 @@ func pronounceNum(n uint32) string {
|
||||
num uint32
|
||||
name string
|
||||
}{
|
||||
{num: 1000000000, name: `billion`},
|
||||
{num: 1000000000, name: `1e9`},
|
||||
{num: 1000000, name: `million`},
|
||||
{num: 1000, name: `thousand`},
|
||||
{num: 100, name: `hundred`},
|
||||
|
Reference in New Issue
Block a user