Skip to content

Release v1.1.2

Compare
Choose a tag to compare
@EvilLord666 EvilLord666 released this 29 Jan 11:43
· 58 commits to master since this release

Added testingutils package with a set of CheckType* functions that allows to compare arrays of primitive types:

  • []string,
  • []int,
  • []int32,
  • []uint32,
  • []int64,
  • []uint64,
  • []float32,
  • []float64,
  • []complex64,
  • []complex128)

These functions could compare an arrays with order of array items and without order. Also all these function could return comparison result without assertion (assertErr param set to false) or could assert