mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-22 11:09:02 -05:00
b07b5a1149
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
9 lines
106 B
Go
9 lines
106 B
Go
//go:build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/mna/pigeon"
|
|
_ "github.com/onsi/ginkgo/ginkgo"
|
|
)
|