Versions in this module Expand all Collapse all v1 v1.8.5 Sep 3, 2023 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) { ... }