1
0
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:
Dr. Carsten Leue
2023-07-18 16:27:05 +02:00
parent aa0f043b95
commit b7280ca862
4 changed files with 25 additions and 1 deletions

View File

@@ -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(