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