mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 18:13:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			193 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			193 B
		
	
	
	
		
			Go
		
	
	
	
	
	
// Package ptr provides utilities for converting scalar literal type values to and from pointers inline.
 | 
						|
package ptr
 | 
						|
 | 
						|
//go:generate go run -tags codegen generate.go
 | 
						|
//go:generate gofmt -w -s .
 |