mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 18:13:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			306 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 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
 |