Switch module path to Gitea
This commit is contained in:
parent
c28e7742f5
commit
9f101c9335
2
errors_test.go
Normal file → Executable file
2
errors_test.go
Normal file → Executable file
@ -4,7 +4,7 @@ import (
|
||||
stdioerrors "errors"
|
||||
"testing"
|
||||
|
||||
"github.com/dustinpianalto/errors"
|
||||
"gitea.wayfinderak.com/wayfinderak/errors"
|
||||
)
|
||||
|
||||
func TestE(t *testing.T) {
|
||||
|
||||
2
go.mod
Normal file → Executable file
2
go.mod
Normal file → Executable file
@ -1,3 +1,3 @@
|
||||
module github.com/dustinpianalto/errors
|
||||
module gitea.wayfinderak.com/wayfinderak/errors
|
||||
|
||||
go 1.17
|
||||
|
||||
2
types_test.go
Normal file → Executable file
2
types_test.go
Normal file → Executable file
@ -3,7 +3,7 @@ package errors_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/dustinpianalto/errors"
|
||||
"gitea.wayfinderak.com/wayfinderak/errors"
|
||||
)
|
||||
|
||||
func TestString(t *testing.T) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user