Versions in this module Expand all Collapse all v0 v0.2.0 Feb 10, 2026 Changes in this version + func FullPath(path string, fileType string) (string, error) v0.1.0 Feb 9, 2026 Changes in this version + func IsExists(path string, fileType string) error + func ReadFile(path string, fileType string, logger ...log.Logger) ([]byte, error) + func Reader(path string, fileType string) (io.ReadCloser, error)