
This will help us to get rid of `Ginkgo` v1 dep. Signed-off-by: Dave Chen <dave.chen@arm.com>
9 lines
97 B
Plaintext
9 lines
97 B
Plaintext
//go:build tools
|
|
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/onsi/ginkgo/v2/ginkgo"
|
|
)
|