paths

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2026 License: MIT Imports: 2 Imported by: 0

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.

Jump to

Keyboard shortcuts

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