Files

12 lines
184 B
Go
Raw Permalink Normal View History

2014-03-24 11:20:32 +01:00
package null
import (
"testing"
2018-01-22 17:21:10 -08:00
2020-12-17 13:29:25 -08:00
packersdk "github.com/hashicorp/packer-plugin-sdk/packer"
2014-03-24 11:20:32 +01:00
)
func TestBuilder_implBuilder(t *testing.T) {
2020-12-01 13:42:11 -08:00
var _ packersdk.Builder = new(Builder)
2014-03-24 11:20:32 +01:00
}