Compare commits
No commits in common. "main" and "v0.1.0" have entirely different histories.
2
errors_test.go
Executable file → Normal file
2
errors_test.go
Executable file → Normal file
@ -4,7 +4,7 @@ import (
|
|||||||
stdioerrors "errors"
|
stdioerrors "errors"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"gitea.wayfinderak.com/wayfinderak/errors"
|
"github.com/dustinpianalto/errors"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestE(t *testing.T) {
|
func TestE(t *testing.T) {
|
||||||
|
|||||||
2
go.mod
Executable file → Normal file
2
go.mod
Executable file → Normal file
@ -1,3 +1,3 @@
|
|||||||
module gitea.wayfinderak.com/wayfinderak/errors
|
module github.com/dustinpianalto/errors
|
||||||
|
|
||||||
go 1.17
|
go 1.17
|
||||||
|
|||||||
2
types_test.go
Executable file → Normal file
2
types_test.go
Executable file → Normal file
@ -3,7 +3,7 @@ package errors_test
|
|||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"gitea.wayfinderak.com/wayfinderak/errors"
|
"github.com/dustinpianalto/errors"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestString(t *testing.T) {
|
func TestString(t *testing.T) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user