Registry / utility / restic-calens

restic-calens

JSON →
library0.4.0gogounverified

Package calens provides a changelog generator for restic.

go get github.com/restic/calens
INSTALL
IMPORT
SIG · RESTIC-CALENS
R
restic-calens
utilitygov0.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

calens
github.com/restic/calens

Generates a changelog from a markdown file.

package main import ( "fmt" "github.com/restic/calens" ) func main() { changelog, err := calens.Generate("./CHANGELOG.md") if err != nil { panic(err) } fmt.Println(changelog) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
restic-calens — go get restic-calens · libregistry