mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			133 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			133 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // +build !go1.8
 | |
| 
 | |
| package swag
 | |
| 
 | |
| import "net/url"
 | |
| 
 | |
| func pathUnescape(path string) (string, error) {
 | |
| 	return url.QueryUnescape(path)
 | |
| }
 |