tools.go 138 B

12345678
  1. //go:build tools
  2. package tools
  3. import (
  4. // Documentation generation
  5. _ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs"
  6. )