Sign in
cos
/
third_party
/
docker
/
refs/heads/release-R129
/
.
/
pkg
/
archive
/
path_unix.go
blob: 390264bf858051c2ebf3b0ea0cba6e8aed280472 [
file
] [
edit
]
//go:build !windows
package archive
// checkSystemDriveAndRemoveDriveLetter is the non-Windows implementation
// of CheckSystemDriveAndRemoveDriveLetter
func checkSystemDriveAndRemoveDriveLetter(path string) (string, error) {
return path, nil
}