Documentation
¶
Overview ¶
Package cache manages the local cache directory for librarian operations.
Index ¶
Constants ¶
View Source
const ( // EnvLibrarianBin is the environment variable used to override the default bin directory. EnvLibrarianBin = "LIBRARIAN_BIN" // EnvLibrarianCache is the environment variable used to override the default cache directory. EnvLibrarianCache = "LIBRARIAN_CACHE" )
Variables ¶
This section is empty.
Functions ¶
func BinDirectory ¶
BinDirectory returns the directory where librarian bin files are stored. It checks the $LIBRARIAN_BIN environment variable, falling back to the "bin" subdirectory under the cache directory if not set.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.