mirror of https://github.com/ollama/ollama.git
				
				
				
			
		
			
	
	
		
			10 lines
		
	
	
		
			102 B
		
	
	
	
		
			Go
		
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			102 B
		
	
	
	
		
			Go
		
	
	
	
|  | //go:build !windows
 | ||
|  | 
 | ||
|  | package server | ||
|  | 
 | ||
|  | import "os" | ||
|  | 
 | ||
|  | func setSparse(file *os.File) error { | ||
|  | 	return nil | ||
|  | } |