Skip to content

Commit

Permalink
Add tools package for Ginkgo
Browse files Browse the repository at this point in the history
Signed-off-by: Aram Price <pricear@vmware.com>
  • Loading branch information
ystros authored and ramonskie committed May 26, 2023
1 parent 4303cb4 commit 077928b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tools/tools.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
//go:build tools
// +build tools

package tools

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

// This file imports packages that are used when running go generate, or used
// during the development process but not otherwise depended on by built code.

0 comments on commit 077928b

Please sign in to comment.