mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-12 10:10:25 +00:00
make lint happy
This commit is contained in:
@@ -2,6 +2,7 @@ package math
|
||||
|
||||
import "strconv"
|
||||
|
||||
// Str2Int64 string to int64
|
||||
func Str2Int64(str string) int64 {
|
||||
val, _ := strconv.ParseInt(str, 10, 64)
|
||||
return val
|
||||
|
||||
Reference in New Issue
Block a user