An open API service indexing awesome lists of open source software.

https://github.com/akhiltak/recordio

Implementation of basic RecordIO Reader and Writer.
https://github.com/akhiltak/recordio

go golang recordio

Last synced: 5 months ago
JSON representation

Implementation of basic RecordIO Reader and Writer.

Awesome Lists containing this project

README

          

# go-recordio

Implementation of basic RecordIO Reader and Writer.

Forked from the following implementation:
https://github.com/luci/luci-go/tree/master/common/data/recordio

Didn't fork the entire repository since entire tool's functionality is not
required. Inherited Apache License from parent can be found here:
http://www.apache.org/licenses/LICENSE-2.0