12 lines
170 B
Go
12 lines
170 B
Go
package docker
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/hashicorp/packer/packer"
|
|
)
|
|
|
|
func TestExportArtifact_impl(t *testing.T) {
|
|
var _ packer.Artifact = new(ExportArtifact)
|
|
}
|