Versions in this module Expand all Collapse all v0 v0.4.2 May 31, 2023 Changes in this version + type File struct + Value interface{} + func OpenFile(filename string) (*File, error) + func (f *File) Save() error + func (f *File) SaveTo(fileaname string) error + type FileInfo struct + Field string + Filename string + Md5Sum string + Namespace string