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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user