package
0.0.131
Repository: https://github.com/kaydxh/golang.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReadFile read data from file.
ReadFileLines read line from file divide with \n.
No description provided by the author
ReadLines read line from byteArray divide with \n.
No description provided by the author
WriteBytesLine write bytes to buffer, terminate with newline.
No description provided by the author
WriteLine join all words with spaces, terminate with newline and write to file.
WriteLine join all line to file.
WriteLine join all words with spaces, terminate with newline and write to buff.
No description provided by the author
No description provided by the author

# Constants

Content creates a new file, and copies the content of the file.
Hardlink creates a new hardlink to the existing file.

# Type aliases

Mode indicates whether to use hardlink or copy content.