mirror of
https://github.com/IBM/fp-go.git
synced 2025-11-29 22:38:29 +02:00
doc: fix case
Signed-off-by: Dr. Carsten Leue <carsten.leue@de.ibm.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package record
|
||||
|
||||
import (
|
||||
G "github.com/ibm/fp-go/internal/record"
|
||||
G "github.com/IBM/fp-go/internal/record"
|
||||
)
|
||||
|
||||
func TraverseWithIndex[K comparable, A, B, HKTB, HKTAB, HKTRB any](
|
||||
|
||||
Reference in New Issue
Block a user