Switch module path to Gitea

This commit is contained in:
WayfinderAK 2026-03-21 12:38:49 -08:00
parent c28e7742f5
commit 9f101c9335
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

2
errors_test.go Normal file → Executable file
View 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
View 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
View File

@ -3,7 +3,7 @@ package errors_test
import (
"testing"
"github.com/dustinpianalto/errors"
"gitea.wayfinderak.com/wayfinderak/errors"
)
func TestString(t *testing.T) {