summaryrefslogtreecommitdiff
path: root/tools.go
blob: e8c42ad1f65ef6710903505a8784d8fe13ae5f20 (plain)
1
2
3
4
5
6
7
8
9
10
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"
)