package
Version:
v0.0.21
Opens a new window with list of versions in this module.
Published: Mar 26, 2026
License: BSD-3-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package changelog reads a changelog.xml file
type Changelog struct {
Chapter []clChapter `xml:"chapter"`
}
Changelog is a sequence of chapters.
ReadChangelog reads the file in basedir/doc/changelog.xml and returns the parsed file as an object.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.