6 lines
		
	
	
		
			244 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			244 B
		
	
	
	
		
			Go
		
	
	
	
	
	
//golangcitest:args -Egoprintffuncname
 | 
						|
package testdata
 | 
						|
 | 
						|
func PrintfLikeFuncWithBadName(format string, args ...interface{}) { // ERROR "printf-like formatting function 'PrintfLikeFuncWithBadName' should be named 'PrintfLikeFuncWithBadNamef'"
 | 
						|
}
 |