9 lines
132 B
Go
9 lines
132 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
// document generation
|
|
_ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs"
|
|
)
|