mirror of
https://github.com/IBM/fp-go.git
synced 2025-12-01 22:41:43 +02:00
doc: fix case
Signed-off-by: Dr. Carsten Leue <carsten.leue@de.ibm.com>
This commit is contained in:
@@ -3,7 +3,7 @@ package errors
|
||||
import (
|
||||
"errors"
|
||||
|
||||
O "github.com/ibm/fp-go/option"
|
||||
O "github.com/IBM/fp-go/option"
|
||||
)
|
||||
|
||||
// As tries to extract the error of desired type from the given error
|
||||
|
||||
@@ -4,8 +4,8 @@ import (
|
||||
"fmt"
|
||||
"testing"
|
||||
|
||||
F "github.com/ibm/fp-go/function"
|
||||
O "github.com/ibm/fp-go/option"
|
||||
F "github.com/IBM/fp-go/function"
|
||||
O "github.com/IBM/fp-go/option"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package errors
|
||||
|
||||
import (
|
||||
F "github.com/ibm/fp-go/function"
|
||||
F "github.com/IBM/fp-go/function"
|
||||
)
|
||||
|
||||
var IdentityError = F.Identity[error]
|
||||
|
||||
@@ -3,7 +3,7 @@ package errors
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
A "github.com/ibm/fp-go/array"
|
||||
A "github.com/IBM/fp-go/array"
|
||||
)
|
||||
|
||||
// OnNone generates a nullary function that produces a formatted error
|
||||
|
||||
Reference in New Issue
Block a user