mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-16 08:26:49 +01:00
8 lines
65 B
Go
8 lines
65 B
Go
package strutils
|
|
|
|
import (
|
|
"strconv"
|
|
)
|
|
|
|
var Atoi = strconv.Atoi
|