Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConcatenateFiles ¶
func CreateFile ¶ added in v0.0.4
func GetExecPath ¶
func GetExecPath() string
Types ¶
type ReadLineFromEnd ¶
type ReadLineFromEnd struct {
// contains filtered or unexported fields
}
ReadLineFromEnd --
func NewReadLineFromEnd ¶
func NewReadLineFromEnd(filename string) (rd *ReadLineFromEnd, err error)
NewReadLineFromEnd
func (*ReadLineFromEnd) ReadLine ¶
func (c *ReadLineFromEnd) ReadLine() (line []byte, err error)
ReadLine end include '\n'
Click to show internal directories.
Click to hide internal directories.