mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 10:21:20 -05:00
11 lines
186 B
Go
11 lines
186 B
Go
package docker
|
|
|
|
import (
|
|
"testing"
|
|
|
|
packersdk "github.com/hashicorp/packer-plugin-sdk/packer"
|
|
)
|
|
|
|
func TestBuilder_implBuilder(t *testing.T) {
|
|
var _ packersdk.Builder = new(Builder)
|
|
}
|