Files

9 lines
132 B
Go
Raw Permalink Normal View History

2021-12-29 14:58:42 +03:00
// +build tools
package tools
import (
// document generation
_ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs"
)