https://github.com/onsi/gomega
Ginkgo's Preferred Matcher Library
https://github.com/onsi/gomega
Last synced: about 1 month ago
JSON representation
Ginkgo's Preferred Matcher Library
- Host: GitHub
- URL: https://github.com/onsi/gomega
- Owner: onsi
- License: mit
- Created: 2013-08-23T20:54:42.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2026-04-10T01:02:38.000Z (about 2 months ago)
- Last Synced: 2026-04-13T14:03:36.725Z (about 2 months ago)
- Language: Go
- Homepage: http://onsi.github.io/gomega/
- Size: 2.61 MB
- Stars: 2,336
- Watchers: 29
- Forks: 302
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - onsi/gomega - Ginkgo's Preferred Matcher Library (Go)
- my-awesome - onsi/gomega - 05 star:2.3k fork:0.3k Ginkgo's Preferred Matcher Library (Go)
README

[](https://github.com/onsi/gomega/actions/workflows/test.yml)
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).
If you have a question, comment, bug report, feature request, etc. please open a GitHub issue.
## [Ginkgo](http://github.com/onsi/ginkgo): a BDD Testing Framework for Golang
Learn more about Ginkgo [here](http://onsi.github.io/ginkgo/)
## Community Matchers
A collection of community matchers is available on the [wiki](https://github.com/onsi/gomega/wiki).
## License
Gomega is MIT-Licensed
The `ConsistOf` matcher uses [goraph](https://github.com/amitkgupta/goraph) which is embedded in the source to simplify distribution. goraph has an MIT license.