mirror of
https://github.com/owncloud/ocis
synced 2026-05-08 16:12:08 +02:00
8 lines
78 B
Go
8 lines
78 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/onsi/ginkgo/ginkgo"
|
|
)
|