Skip to content

Commit

Permalink
exploring to see whether adding a tools.go to ginkgo proper will caus…
Browse files Browse the repository at this point in the history
…e consumers of ginkgo to automatically pull in the Ginkgo CLI dependencies
  • Loading branch information
onsi committed Feb 17, 2023
1 parent 5767b0a commit f05681c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//go:build tools
// +build tools

package ginkgo

import (
_ "github.com/onsi/ginkgo/v2/ginkgo"
)

0 comments on commit f05681c

Please sign in to comment.