6 lines
91 B
Go
6 lines
91 B
Go
|
package tools
|
||
|
|
||
|
import (
|
||
|
_ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs"
|
||
|
)
|