github.com/Schaudge/grailbase@v0.0.0-20240223061707-44c758a471c0/recordio/doc.go (about) 1 // Copyright 2017 GRAIL, Inc. All rights reserved. 2 // Use of this source code is governed by the Apache-2.0 3 // license that can be found in the LICENSE file. 4 5 // Package recordio implements the recordio file format. A recordio file stores 6 // a sequence of items, with optional compressiond, encryption, and indexing. 7 // 8 // See the README.md file 9 // (https://github.com/Schaudge/grailbase/blob/master/recordio/README.md) for more 10 // detailed documentation. 11 package recordio