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