packer-cn/builder/docker/builder_test.go

12 lines
186 B
Go
Raw Normal View History

2013-11-08 19:55:02 -05:00
package docker
import (
"testing"
2018-01-22 20:21:10 -05:00
2020-12-17 16:29:25 -05:00
packersdk "github.com/hashicorp/packer-plugin-sdk/packer"
2013-11-08 19:55:02 -05:00
)
func TestBuilder_implBuilder(t *testing.T) {
2020-12-01 16:42:11 -05:00
var _ packersdk.Builder = new(Builder)
2013-11-08 19:55:02 -05:00
}