Versions in this module Expand all Collapse all v0 v0.2.0 May 9, 2024 v0.1.1 Nov 16, 2022 Changes in this version + type File struct + func NewFile(name string, content T) *File + func (f File) Content() bytes.Bytes + func (f File) Name() string