File: doc.go

package info (click to toggle)
golang-github-opencontainers-runtime-tools 0.8.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,112 kB
  • sloc: sh: 544; makefile: 102
file content (6 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
// 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