package
Version:
v0.0.0-...-e0658cb
Opens a new window with list of versions in this module.
Published: Jan 6, 2026
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Archive implements archivers.Archiver.
type Document struct {
XMLName xml.Name `xml:"html"`
Meta []Meta `xml:"head>meta"`
}
type Meta struct {
Property string `xml:"property,attr"`
Content string `xml:"content,attr"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.