mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-11-05 10:28:12 +00:00
7 lines
306 B
Go
7 lines
306 B
Go
// 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
|