Release v1.1.2
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