golang-github-powerman-deepequal-dev binary package in Ubuntu Oracular arm64

 Most of the code is copied from Go reflect package with slight
 modifications.
 .
 Differences from reflect.DeepEqual:
   * If compared value implements .Equal(valueOfSameType) bool method then
     it will be called instead of comparing values as is.
   * If called Equal method will panics then whole DeepEqual will panics too.
 .
 This means you can use this DeepEqual method to correctly compare types
 like time.Time or decimal.Decimal, without taking in account unimportant
 differences (like time zone or exponent).

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2024-04-29 18:55:16 UTC Published Ubuntu Oracular arm64 release universe golang Optional 0.1.0-3
  • Published
  • Copied from ubuntu jammy-proposed amd64 in Primary Archive for Ubuntu