Versions in this module Expand all Collapse all v1 v1.0.1 Jun 26, 2022 Changes in this version + func CopyFile(dst string, src string) error + func ReadAsset(file string) ([]byte, error) + func ReadFile(path string) ([]byte, error) + type FileReaderFunc func(path string) (io.ReadCloser, error) + var NewFileReader FileReaderFunc = func(path string) (io.ReadCloser, error) { ... }