Documentation ¶ Index ¶ Variables type Differ type GNdiff func New(cfg config.Config) GNdiff Constants ¶ This section is empty. Variables ¶ View Source var ( // Version of gndiff Version = "v0.2.1" // Build timestamp Build = "n/a" ) Functions ¶ This section is empty. Types ¶ type Differ ¶ type Differ interface { Compare([]record.Record, []record.Record) (output.Output, error) } type GNdiff ¶ type GNdiff interface { Differ GetVersion() gnvers.Version } GNdiff is an interface that enables comparison of two files that contain scientific names. Comparison tries to find matched names, and indicates type of match. func New ¶ func New(cfg config.Config) GNdiff Source Files ¶ View all Source files gndiff.gointerface.gosort.goversion.go Directories ¶ Show internal Expand all Path Synopsis config ent dbase exact fuzzy ingester matcher output record Click to show internal directories. Click to hide internal directories.