Documentation
¶
Overview ¶
Package core provides shared utilities used across the arc codebase.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultArcHome ¶
func DefaultArcHome() string
DefaultArcHome returns the default arc home directory (~/.arc).
func NormalizePath ¶
NormalizePath resolves symlinks and returns the canonical absolute path. Falls back to filepath.Abs if symlink resolution fails (e.g. path doesn't exist).
func NormalizePathPair ¶
NormalizePathPair returns both the absolute path (what the user typed / cwd reports) and the symlink-resolved path. When they differ, callers should store both variants so that lookups work regardless of which form is used to access the directory.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.