mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
Modify parsing functions and config structs to accept hcl changes
Signed-off-by: Patrick Van Stee <patrick@vanstee.me>
This commit is contained in:
7
vendor/github.com/zclconf/go-cty/cty/gocty/doc.go
generated
vendored
Normal file
7
vendor/github.com/zclconf/go-cty/cty/gocty/doc.go
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
// Package gocty deals with converting between cty Values and native go
|
||||
// values.
|
||||
//
|
||||
// It operates under a similar principle to the encoding/json and
|
||||
// encoding/xml packages in the standard library, using reflection to
|
||||
// populate native Go data structures from cty values and vice-versa.
|
||||
package gocty
|
Reference in New Issue
Block a user