Versions in this module Expand all Collapse all v1 v1.0.2 Mar 17, 2021 Changes in this version + type File struct + func CreateFile(name string) (*File, error) + func (file *File) Abort() (err error) + func (file *File) Close() (err error) + func (file *File) Write(b []byte) (n int, err error)