mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 11:19:39 -06:00
8 lines
78 B
Go
8 lines
78 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/onsi/ginkgo/ginkgo"
|
|
)
|