mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 23:11:40 -04:00
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)
|
|
}
|