mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-28 17:51:16 -04:00
10 lines
164 B
Go
10 lines
164 B
Go
package googlecompute
|
|
|
|
import (
|
|
"github.com/hashicorp/packer/packer"
|
|
"testing"
|
|
)
|
|
|
|
func TestArtifact_impl(t *testing.T) {
|
|
var _ packer.Artifact = new(Artifact)
|
|
}
|