1
0
mirror of https://github.com/IBM/fp-go.git synced 2025-08-10 22:31:32 +02:00

Merge pull request #4 from IBM/cleue-getting-started-docs

doc: some docs
This commit is contained in:
Carsten Leue
2023-07-18 16:52:49 +02:00
committed by GitHub
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(