spf13 / cast

safe and easy casting from one type to another in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to cast <nil> of type <nil> to float64

bep opened this issue · comments

The ToInt variants supports nil, so that error does not make much sense.