Merge pull request #181 from henryaj/add-build-for-platform

Add gexec.BuildWithEnvironment
tree: e5b9d556101ae46a58afeb6039daf995e0b98671
  1. format/
  2. gbytes/
  3. gexec/
  4. ghttp/
  5. gstruct/
  6. internal/
  7. matchers/
  8. types/
  9. .gitignore
  10. .travis.yml
  11. CHANGELOG.md
  12. gomega_dsl.go
  13. LICENSE
  14. matchers.go
  15. README.md
README.md

Gomega: Ginkgo's Preferred Matcher Library

Build Status

Jump straight to the docs to learn about Gomega, including a list of all available matchers.

To discuss Gomega and get updates, join the google group.

Ginkgo: a BDD Testing Framework for Golang

Learn more about Ginkgo here

Community Matchers

A collection of community matchers is available on the wiki.

License

Gomega is MIT-Licensed

The ConsistOf matcher uses goraph which is embedded in the source to simplify distribution. goraph has an MIT license.