mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-26 22:09:35 +00:00
48d5a1cd1a
Signed-off-by: Evan Lezar <elezar@nvidia.com>
7 lines
342 B
Go
7 lines
342 B
Go
// Package filepath implements Go's filepath package with explicit
|
|
// operating systems (and for some functions and explicit working
|
|
// directory). This allows tools built for one OS to operate on paths
|
|
// targeting another OS. For example, a Linux build can determine
|
|
// whether a path is absolute on Linux or on Windows.
|
|
package filepath
|