File: doc.go

package info (click to toggle)
golang-github-opencontainers-runtime-tools 0.9.0.109.ge931285-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,212 kB
  • sloc: sh: 559; makefile: 90
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