//
pkg.gl
Category
github.com/pcelvng/task-tools
file
nop
package
0.29.0
Repository:
https://github.com/pcelvng/task-tools.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
4
Files
217 SLOC
#
Functions
ListFiles
ListFiles will return a single stat.Stats record whose path is the same as pth.
NewReader
No description provided by the author
NewWriter
No description provided by the author
Stat
Stat can be used as a mock stat for testing.
#
Variables
EOFChan
EOFChan can be closed to simulate reading the end of a file.
MockLine
MockLine can be used for setting the return value of a call to Read() or ReadLine().
MsgChan
MsgChan can be used to set a read message value.
#
Structs
Reader
No description provided by the author
Writer
Writer is a no-operation writer useful for testing.