Skip to content

Commit 67f2daf

Browse files
update github handle
1 parent be0203d commit 67f2daf

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# testr [![Go Reference](https://pkg.go.dev/badge/github.com/minizilla/testr.svg)](https://pkg.go.dev/github.com/minizilla/testr) [![main](https://github.com/minizilla/testr/actions/workflows/main.yaml/badge.svg)](https://github.com/minizilla/testr/actions/workflows/main.yaml)
1+
# testr [![Go Reference](https://pkg.go.dev/badge/github.com/smoothprogrammer/testr.svg)](https://pkg.go.dev/github.com/smoothprogrammer/testr) [![main](https://github.com/smoothprogrammer/testr/actions/workflows/main.yaml/badge.svg)](https://github.com/smoothprogrammer/testr/actions/workflows/main.yaml)
22

33
Package testr provides a minimal extension to the standard library's testing.
44

example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"encoding/json"
55
"fmt"
66

7-
"github.com/minizilla/testr"
7+
"github.com/smoothprogrammer/testr"
88
)
99

1010
func ExampleAssertion_Equal() {

go.mod

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
module github.com/minizilla/testr
1+
module github.com/smoothprogrammer/testr
22

33
go 1.19
44

5-
// No license.
6-
retract v0.1.0
5+
// Old github handle.
6+
retract (
7+
v0.4.0
8+
v0.3.0
9+
v0.2.3
10+
v0.2.2
11+
v0.2.1
12+
v0.2.0
13+
v0.1.0
14+
)

testr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"errors"
55
"testing"
66

7-
"github.com/minizilla/testr"
7+
"github.com/smoothprogrammer/testr"
88
)
99

1010
func TestAssertEqual(t *testing.T) {

0 commit comments

Comments
 (0)