Skip to content

v0.2.5

Compare
Choose a tag to compare
@shockerli shockerli released this 10 Sep 09:59
· 16 commits to master since this release

Features

  • Time*() improve performance for direct type
  • Time*() support time.Duration
  • Time*() support json.Number
  • Time*() support indirect of time.Time
  • Float*() improve performance for direct type
  • Float*() support time.Duration
  • Float*() support json.Number
  • Indirect() has exported
    func Indirect(a interface{}) (val interface{}, rv reflect.Value)