github.com/hashicorp/hcl/v2@v2.20.0/tools.go (about)

     1  // Copyright (c) HashiCorp, Inc.
     2  // SPDX-License-Identifier: MPL-2.0
     3  
     4  //go:build tools
     5  // +build tools
     6  
     7  package hcl
     8  
     9  import (
    10  	_ "golang.org/x/tools/cmd/stringer"
    11  )