Registry / config / dtcookie-hcl

dtcookie-hcl

JSON →
library1.0.2gogounverified

A Go library for parsing and working with HashiCorp Configuration Language (HCL).

go get github.com/dtcookie/hcl
INSTALL
IMPORT
SIG · DTCOOKIE-HCL
D
dtcookie-hcl
configgov1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hcl
github.com/dtcookie/hcl

Parse a simple HCL string

package main import ( "fmt" "github.com/dtcookie/hcl" ) func main() { ast, err := hcl.Parse("key = \"value\"") if err != nil { panic(err) } fmt.Printf("%+v\n", ast) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
32
Resources
dtcookie-hcl — go get dtcookie-hcl · libregistry