Categorygithub.com/jmalloc/gomegax
modulepackage
0.0.0-20200507221434-64fca4c0e03a
Repository: https://github.com/jmalloc/gomegax.git
Documentation: pkg.go.dev

# README

GomegaX

This repository contains custom matchers for Gomega.

  • EqualX() - like gomega.Equal() but it uses go-cmp instead of reflect.DeepEqual

# Functions

EqualX is an alternative to gomega.Equal() that uses Google's go-cmp library for comparison.