mirror of
https://github.com/containers/podman.git
synced 2025-09-09 11:32:19 +08:00
8 lines
87 B
Go
8 lines
87 B
Go
// +build !linter
|
|
|
|
package dependencies
|
|
|
|
import (
|
|
_ "github.com/onsi/ginkgo/ginkgo"
|
|
)
|