Skip to content

jj1bdx/adifparser

 
 

Repository files navigation

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • Go 100.0%