We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73d67e commit 5112b56Copy full SHA for 5112b56
tools/tools.go
@@ -0,0 +1,8 @@
1
+//go:build tools
2
+// +build tools
3
+
4
+package tools
5
6
+import (
7
+ _ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs"
8
+)
0 commit comments