1
0
mirror of https://github.com/IBM/fp-go.git synced 2025-11-25 22:21:49 +02:00

fix: refactor

Signed-off-by: Dr. Carsten Leue <carsten.leue@de.ibm.com>
This commit is contained in:
Dr. Carsten Leue
2025-11-11 11:01:49 +01:00
parent 62fcd186a3
commit 600521b220
100 changed files with 1786 additions and 1618 deletions

View File

@@ -27,8 +27,8 @@ import (
J "github.com/IBM/fp-go/v2/json"
S "github.com/IBM/fp-go/v2/string"
R "github.com/IBM/fp-go/v2/context/readerioeither"
H "github.com/IBM/fp-go/v2/context/readerioeither/http"
R "github.com/IBM/fp-go/v2/context/readerioresult"
H "github.com/IBM/fp-go/v2/context/readerioresult/http"
)
type (