mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-08 22:52:29 +08:00
refactor: interface{} -> any
This commit is contained in:
@@ -34,7 +34,7 @@ Param should be number or numberic string.</p>
|
||||
<b>Signature:</b>
|
||||
|
||||
```go
|
||||
func Comma(v interface{}, symbol string) string
|
||||
func Comma(v any, symbol string) string
|
||||
```
|
||||
<b>Example:</b>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user