configdir

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2025 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Package configdir provides the platform-specific application data directory path for epos-opensource. It determines the correct storage location based on the runtime OS:

  • macOS: $HOME/Library/Application Support/epos-opensource
  • Windows: %LOCALAPPDATA%/epos-opensource (falls back to %APPDATA%)
  • Linux & others: ${XDG_DATA_HOME:-$HOME/.local/share}/epos-opensource

GetDataPath returns the resolved directory path for storing application data.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetPath

func GetPath() string

GetPath returns the platform-specific application‑data directory path

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL