github.com/mmcquillan/packer@v1.1.1-0.20171009221028-c85cf0483a5d/builder/null/builder_test.go (about)

     1  package null
     2  
     3  import (
     4  	"github.com/hashicorp/packer/packer"
     5  	"testing"
     6  )
     7  
     8  func TestBuilder_implBuilder(t *testing.T) {
     9  	var _ packer.Builder = new(Builder)
    10  }