diff options
Diffstat (limited to 'vendor/github.com/onsi/gomega/tools')
-rw-r--r-- | vendor/github.com/onsi/gomega/tools | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/onsi/gomega/tools b/vendor/github.com/onsi/gomega/tools new file mode 100644 index 000000000..e4195cf36 --- /dev/null +++ b/vendor/github.com/onsi/gomega/tools @@ -0,0 +1,8 @@ +//go:build tools +// +build tools + +package main + +import ( + _ "github.com/onsi/ginkgo/v2/ginkgo" +) |