Versions in this module Expand all Collapse all v1 v1.0.3 Jul 16, 2024 v1.0.2 Jul 1, 2024 Changes in this version + func FileExist(path string) bool + func ReadFile(path string) ([]byte, error) + func ReadFileByBuffer(path string) (string, error) + func WriteFile(data []byte, path string) error + func WriteFileByBuffer(data []byte, path string) error