GoDoxy/internal/utils/strutils/strconv.go
2024-12-19 00:54:31 +08:00

7 lines
65 B
Go

package strutils
import (
"strconv"
)
var Atoi = strconv.Atoi