Compare commits

..

No commits in common. "main" and "v0.1.0" have entirely different histories.
main ... v0.1.0

3 changed files with 3 additions and 3 deletions

2
errors_test.go Executable file → Normal file
View File

@ -4,7 +4,7 @@ import (
stdioerrors "errors"
"testing"
"gitea.wayfinderak.com/wayfinderak/errors"
"github.com/dustinpianalto/errors"
)
func TestE(t *testing.T) {

2
go.mod Executable file → Normal file
View File

@ -1,3 +1,3 @@
module gitea.wayfinderak.com/wayfinderak/errors
module github.com/dustinpianalto/errors
go 1.17

2
types_test.go Executable file → Normal file
View File

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