mirror of
https://github.com/rancher/plugins.git
synced 2025-07-15 16:01:49 +00:00
8 lines
109 B
Go
8 lines
109 B
Go
// +build integration
|
|
|
|
package runhcs
|
|
|
|
import (
|
|
_ "github.com/Microsoft/hcsshim/test/functional/manifest"
|
|
)
|