mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-02 05:14:25 +02:00
7 lines
65 B
Go
7 lines
65 B
Go
package strutils
|
|
|
|
import (
|
|
"strconv"
|
|
)
|
|
|
|
var Atoi = strconv.Atoi
|