packer-cn/builder/docker/builder_test.go

11 lines
161 B
Go
Raw Normal View History

2013-11-08 19:55:02 -05:00
package docker
import (
2017-04-04 16:39:01 -04:00
"github.com/hashicorp/packer/packer"
2013-11-08 19:55:02 -05:00
"testing"
)
func TestBuilder_implBuilder(t *testing.T) {
var _ packer.Builder = new(Builder)
}