Versions in this module Expand all Collapse all v1 v1.1.0 May 9, 2021 v1.0.0 May 7, 2021 Changes in this version + type File struct + func New(path string) *File + func (f *File) Exists(path string) bool + func (f *File) Read(path string) []byte + func (f *File) Write(path string, content []byte)