groundwork for generating member export (unfinished)
This commit is contained in:
@@ -25,8 +25,12 @@ import (
|
||||
* Amsterdam uses this name for the format for backwards compatibility.
|
||||
*/
|
||||
|
||||
// ISO8601 is the full ISO 8601 formatting string.
|
||||
const ISO8601 = "20060102T150405"
|
||||
|
||||
// ISO8601_DATE is the ISO 8601 date-only formatting string.
|
||||
const ISO8601_DATE = "20060102"
|
||||
|
||||
// VCIFBase is the top-level element for a VCIF file.
|
||||
type VCIFBase struct {
|
||||
XMLName xml.Name `xml:"vcif"` // I am the <vcif> element
|
||||
|
||||
Reference in New Issue
Block a user