You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ Just `go get` it:
19
19
$ go get github.com/onsi/gomega/...
20
20
```
21
21
22
+
> A note about the Gomega release. Versioned releases are shipped wtih git tags. These tags point to versions of Gomega that live on the `master-lite` branch and have had their tests stripped out. This ensures that no Ginkgo dependency (whether direct or indirect) is pulled in when users pull in Gomega. It is a limitation of the Go package ecosystem that the test dependencies of your dependency become indirect dependencies of your project. By stripping tests out we keep (independent) dependency bloat to a minimum - particularly for test suites that don't use ginkgo but do use gomega.
23
+
22
24
## Getting Gomega as needed
23
25
24
26
Instead of getting all of Gomega and it's dependency tree, you can use the go command to get the dependencies as needed.
0 commit comments