Documentation
¶
Overview ¶
Package paths centralises every filesystem location the tool reads or writes. Nothing outside this package should hard-code a path.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AppDir is ~/.since17 — all persistent state lives here. AppDir = mustAppDir() // StateFile is the JSON file that records current watch progress. StateFile = filepath.Join(AppDir, "state.json") // CacheDir holds one JSON file per cached Ergast API response. CacheDir = filepath.Join(AppDir, "cache") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.