File: doc.go

package info (click to toggle)
golang-github-apparentlymart-go-userdirs 0.0~git20200915.b0c018a-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 496 bytes parent folder | download
1
2
3
4
5
6
7
8
// Package xdgbase is an implementation of the XDG Basedir Specification
// version 0.8, as published at https://specifications.freedesktop.org/basedir-spec/basedir-spec-0.8.html .
//
// This package has no checks for the host operating system, so it can in
// principle function on any operating system but in practice XDG conventions
// are followed only on some Unix-like systems, so using this library elsewhere
// would not be very useful and will produce undefined results.
package xdgbase