Versions in this module Expand all Collapse all v0 v0.1.0 Aug 7, 2023 Changes in this version + func AppendStringToFile(path string, content string) (err error) + func FileToStream(rw *bufio.ReadWriter, file *os.File) + func RandString(n int) string + func StreamToFile(rw *bufio.ReadWriter, file *os.File) (err error)