mirror of https://github.com/pkg/sftp.git
				
				
				
			
		
			
	
	
		
			9 lines
		
	
	
		
			109 B
		
	
	
	
		
			Go
		
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			109 B
		
	
	
	
		
			Go
		
	
	
	
|  | // +build !plan9,!windows
 | ||
|  | // +build !js !wasm
 | ||
|  | 
 | ||
|  | package sftp | ||
|  | 
 | ||
|  | import "syscall" | ||
|  | 
 | ||
|  | const S_IFMT = syscall.S_IFMT |