Documentation ¶
Overview ¶
Package recent is a work-in-progress, JSON generator to display the most recent files on the file. It is intended to replace https://defacto2.net/welcome/recentfiles.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrJSON = errors.New("data fails json validation")
Functions ¶
Types ¶
type Files ¶ added in v1.11.0
type Files struct { Cols [3]string `json:"COLUMNS"` Data []data `json:"DATA"` }
Files data for a JSON document.
Click to show internal directories.
Click to hide internal directories.