Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 863 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 863 Bytes

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