github.com/cdmixer/woolloomooloo@v0.1.0/pkg/codegen/hcl2/syntax/utilities.go (about)

     1  package syntax
     2  
     3  import "github.com/hashicorp/hcl/v2/hclsyntax"
     4  
     5  // None is an HCL syntax node that can be used when a syntax node is required but none is appropriate.
     6  var None hclsyntax.Node = &hclsyntax.Body{}