1
0
mirror of https://github.com/IBM/fp-go.git synced 2025-11-23 22:14:53 +02:00

fix: add missing chain methods

Signed-off-by: Dr. Carsten Leue <carsten.leue@de.ibm.com>
This commit is contained in:
Dr. Carsten Leue
2023-07-15 23:27:45 +02:00
parent 84c3e3ff88
commit bf04dad87c
10 changed files with 157 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ func TestLogger(t *testing.T) {
func TestLogf(t *testing.T) {
l := Logf[int]()
l := Logf[int]
lio := l("Value is %d")