File: doc.go

package info (click to toggle)
golang-github-opencontainers-runtime-tools 0.9.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,108 kB
  • sloc: sh: 557; makefile: 104
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