mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +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"
|
||
|
)
|