packer-cn/builder/docker/builder_test.go

12 lines
162 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
"github.com/hashicorp/packer/packer"
2013-11-08 19:55:02 -05:00
)
func TestBuilder_implBuilder(t *testing.T) {
var _ packer.Builder = new(Builder)
}