1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-09 07:02:29 +08:00

refactor: update Comma function

This commit is contained in:
dudaodong
2022-12-10 20:59:27 +08:00
parent 8b99641de0
commit 1533d00891
5 changed files with 42 additions and 15 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module github.com/duke-git/lancet/v2
go 1.18
require golang.org/x/text v0.5.0
require (
golang.org/x/exp v0.0.0-20221208152030-732eee02a75a
golang.org/x/text v0.5.0
)