Versions in this module Expand all Collapse all v0 v0.0.2 Nov 3, 2022 v0.0.1 Nov 3, 2022 Changes in this version + type StringTo string + func (s StringTo) Float64() (float64, error) + func (s StringTo) Int() (int, error) + func (s StringTo) Int64() (int64, error) + func (s StringTo) MustFloat64() float64 + func (s StringTo) MustInt() int + func (s StringTo) MustInt64() int64 + func (s StringTo) MustUInt32() uint32 + func (s StringTo) String() string + func (s StringTo) UInt32() (uint32, error)