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-- 599 bytes parent folder | download
1
2
3
4
5
6
7
8
// Package macosbase contains helper functions that construct base paths
// conforming to the Mac OS user-specific file layout guidelines as
// documented in https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html#//apple_ref/doc/uid/TP40010672-CH2-SW6 .
//
// This package only does path construction, and doesn't depend on any Mac OS
// system APIs, so in principle it can run on other platforms but the results
// it produces in that case are undefined and unlikely to be useful.
package macosbase