github.com/onsi/gomega@v1.32.0/README.md (about)

     1  ![Gomega: Ginkgo's Preferred Matcher Library](http://onsi.github.io/gomega/images/gomega.png)
     2  
     3  [![test](https://github.com/onsi/gomega/actions/workflows/test.yml/badge.svg)](https://github.com/onsi/gomega/actions/workflows/test.yml)
     4  
     5  Jump straight to the [docs](http://onsi.github.io/gomega/) to learn about Gomega, including a list of [all available matchers](http://onsi.github.io/gomega/#provided-matchers).
     6  
     7  If you have a question, comment, bug report, feature request, etc. please open a GitHub issue.
     8  
     9  ## [Ginkgo](http://github.com/onsi/ginkgo): a BDD Testing Framework for Golang
    10  
    11  Learn more about Ginkgo [here](http://onsi.github.io/ginkgo/)
    12  
    13  ## Community Matchers
    14  
    15  A collection of community matchers is available on the [wiki](https://github.com/onsi/gomega/wiki).
    16  
    17  ## License
    18  
    19  Gomega is MIT-Licensed
    20  
    21  The `ConsistOf` matcher uses [goraph](https://github.com/amitkgupta/goraph) which is embedded in the source to simplify distribution.  goraph has an MIT license.