Versions in this module Expand all Collapse all v0 v0.3.1 Jun 5, 2025 Changes in this version + func OpenAppendFile[T any](filename string) (*os.File, func() error, error) + func ReadRecords[T any](filename string) ([]T, error) + func WriteOneRecord[T any](f *os.File, rec T) error + func WriteRecords[T any](filename string, records []T) error + type DataRecord struct + Amt int64 + Date int64 + ID int64