mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 06:21:41 -04:00
10 lines
125 B
Go
10 lines
125 B
Go
package vagrant
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestDockerProvider_impl(t *testing.T) {
|
|
var _ Provider = new(DockerProvider)
|
|
}
|