doc.go
// Package gedcom contains functionality for encoding, decoding, traversing,
// manipulating and comparing of GEDCOM data.
//
// Installation
//
// You can download the latest binaries for macOS, Windows and Linux on the
// Releases page: https://github.com/elliotchance/gedcom/releases
//
// This will not require you to install Go or any other dependencies.
//
// If you wish to build it from source you must install the dependencies with:
//
// dep ensure
//
package gedcom