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