jj1bdx / adifparser

Parser of ADIF files written in go.

Repository from Github https://github.comjj1bdx/adifparserRepository from Github https://github.comjj1bdx/adifparser

ADIFParser

ADIFParser is a Go library for reading and writing Amateur Data Interchange Format files. It wraps io.Reader and io.Writer interfaces to handle I/O and attempts to handle the irregularities of parsing files as much as possible.

Shortcomings

Currently, no validation of the content of fields is done. Also, no transformations are done, the fields are all handled as strings.

License

This library is released under a 2-clause BSD license. See COPYING for the license.

Bugs

Please report bugs on GitHub at https://github.com/jj1bdx/adifparser, and please include an ADIF test case to demonstrate your bug.

Original repository

https://github.com/Matir/adifparser

See goadiftools repository for the tools

All tools by @jj1bdx are moved to https://github.com/jj1bdx/goadiftools

About

Parser of ADIF files written in go.

License:Other


Languages

Language:Go 100.0%