DEBSOURCES
Skip Quicknav
sources / golang-github-containers-storage / 1.59.1%2Bds1-2 / pkg / archive / copy_unix.go
1234567891011
//go:build !windows package archive import ( "path/filepath" ) func normalizePath(path string) string { return filepath.ToSlash(path) }