10 lines
		
	
	
		
			180 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			180 B
		
	
	
	
		
			Go
		
	
	
	
	
	
//golangcitest:args -Egofumpt
 | 
						|
//golangcitest:config linters-settings.gofumpt.extra-rules=true
 | 
						|
package p
 | 
						|
 | 
						|
import "fmt"
 | 
						|
 | 
						|
func GofmtNotExtra(bar, baz string) {
 | 
						|
	fmt.Print(bar, baz)
 | 
						|
}
 |