tools/tools.go (
4
lines of code) (
raw
):
// Copyright (c) HashiCorp, Inc. // SPDX-License-Identifier: MPL-2.0 //go:build tools package tools import ( // Documentation generation _ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs" )