mirror of
https://github.com/IBM/fp-go.git
synced 2025-08-10 22:31:32 +02:00
fix: some docs
Signed-off-by: Dr. Carsten Leue <carsten.leue@de.ibm.com>
This commit is contained in:
@@ -17,6 +17,8 @@ type RecordType struct {
|
||||
Data string `json:"data"`
|
||||
}
|
||||
|
||||
// TestReadSingleFile reads the content of a file from disk and parses it into
|
||||
// a struct
|
||||
func TestReadSingleFile(t *testing.T) {
|
||||
|
||||
data := F.Pipe2(
|
||||
|
Reference in New Issue
Block a user