11 lines
		
	
	
		
			113 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			113 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package testdata
 | 
						|
 | 
						|
// DO NOT EDIT
 | 
						|
 | 
						|
import "fmt"
 | 
						|
 | 
						|
//nolint:all
 | 
						|
func PrintString(s string) {
 | 
						|
	fmt.Printf("%s", s)
 | 
						|
}
 |