mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-23 16:00:46 +00:00
9 lines
97 B
Plaintext
9 lines
97 B
Plaintext
//go:build tools
|
|
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/onsi/ginkgo/v2/ginkgo"
|
|
)
|