Documentation ¶
Overview ¶
Package reference defines the elements of a <reference> block.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Author ¶
type Author struct { Fullname string `xml:"fullname,attr"` Initials string `xml:"initials,attr"` Surname string `xml:"surname,attr"` }
Author is the reference author.
type Date ¶
type Date struct { Year string `xml:"year,attr,omitempty"` Month string `xml:"month,attr,omitempty"` Day string `xml:"day,attr,omitempty"` }
Date is the reference date.
Click to show internal directories.
Click to hide internal directories.