Switch module path to Gitea

This commit is contained in:
2026-03-21 12:38:49 -08:00
parent c28e7742f5
commit 9f101c9335
3 changed files with 3 additions and 3 deletions
Regular → Executable
+1 -1
View File
@@ -4,7 +4,7 @@ import (
stdioerrors "errors" stdioerrors "errors"
"testing" "testing"
"github.com/dustinpianalto/errors" "gitea.wayfinderak.com/wayfinderak/errors"
) )
func TestE(t *testing.T) { func TestE(t *testing.T) {
Regular → Executable
+1 -1
View File
@@ -1,3 +1,3 @@
module github.com/dustinpianalto/errors module gitea.wayfinderak.com/wayfinderak/errors
go 1.17 go 1.17
Regular → Executable
+1 -1
View File
@@ -3,7 +3,7 @@ package errors_test
import ( import (
"testing" "testing"
"github.com/dustinpianalto/errors" "gitea.wayfinderak.com/wayfinderak/errors"
) )
func TestString(t *testing.T) { func TestString(t *testing.T) {