Compare commits

..

1 Commits
v0.1.0 ... main

Author SHA1 Message Date
9f101c9335
Switch module path to Gitea 2026-03-21 12:38:49 -08:00
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) {