9
									
								
								vendor/github.com/opencontainers/runtime-tools/filepath/separator.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								vendor/github.com/opencontainers/runtime-tools/filepath/separator.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| package filepath | ||||
|  | ||||
| // Separator is an explicit-OS version of path/filepath's Separator. | ||||
| func Separator(os string) rune { | ||||
| 	if os == "windows" { | ||||
| 		return '\\' | ||||
| 	} | ||||
| 	return '/' | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Lantao Liu
					Lantao Liu