Versions in this module Expand all Collapse all v1 v1.0.0 Mar 24, 2021 Changes in this version + var Comma = '\t' + var Comment = '#' + type Index map[interface{}]interface + type RecordFile struct + Comma rune + Comment rune + func New(st interface{}) (*RecordFile, error) + func (rf *RecordFile) Index(i interface{}) interface{} + func (rf *RecordFile) Indexes(i int) Index + func (rf *RecordFile) NumRecord() int + func (rf *RecordFile) Read(name string) error + func (rf *RecordFile) Record(i int) interface{}