mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-20 00:10:04 -05:00
10 lines
159 B
Go
10 lines
159 B
Go
package null
|
|
|
|
import (
|
|
"github.com/hashicorp/packer/packer"
|
|
"testing"
|
|
)
|
|
|
|
func TestBuilder_implBuilder(t *testing.T) {
|
|
var _ packer.Builder = new(Builder)
|
|
}
|