spf13/cast

why cast.ToInt("08") return 0 then cast.ToInt("07") return 7 ?

maogou opened this issue · 0 comments

run cast.ToInt("08") return 0
cast.ToInt("07") return 7 ?

my go version is go1.22.0