cast
cast copied to clipboard
cast.ToInt not parsing float like string
func main() {
fmt.Println(cast.ToInt64("1685517604534.995117"))
}
result: 0