mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-03 09:33:43 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			151 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			151 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
version = 1
 | 
						|
 | 
						|
test_patterns = [
 | 
						|
  "*_test.go"
 | 
						|
]
 | 
						|
 | 
						|
[[analyzers]]
 | 
						|
name = "go"
 | 
						|
enabled = true
 | 
						|
 | 
						|
  [analyzers.meta]
 | 
						|
  import_path = "github.com/imdario/mergo" |