Versions in this module Expand all Collapse all v3 v3.8.0 May 1, 2026 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)