spf13 / cast

safe and easy casting from one type to another in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cast.ToInt not parsing float like string

gonejack opened this issue · comments

func main() {
	fmt.Println(cast.ToInt64("1685517604534.995117"))
}

result: 0