summaryrefslogtreecommitdiff
path: root/tools.go
diff options
context:
space:
mode:
Diffstat (limited to 'tools.go')
-rw-r--r--tools.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools.go b/tools.go
new file mode 100644
index 0000000..e8c42ad
--- /dev/null
+++ b/tools.go
@@ -0,0 +1,11 @@
+// Copyright (c) HashiCorp, Inc.
+// SPDX-License-Identifier: MPL-2.0
+
+//go:build tools
+// +build tools
+
+package hcl
+
+import (
+ _ "golang.org/x/tools/cmd/stringer"
+)