mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 18:13:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			134 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			134 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package confutil
 | 
						|
 | 
						|
import "os"
 | 
						|
 | 
						|
func sudoer(_ string) *chowner {
 | 
						|
	return nil
 | 
						|
}
 | 
						|
 | 
						|
func fileOwner(_ os.FileInfo) *chowner {
 | 
						|
	return nil
 | 
						|
}
 |