|
17 | 17 | <!-- END doctoc generated TOC please keep comment here to allow auto update --> |
18 | 18 |
|
19 | 19 | [](https://github.com/avelino/awesome-go) |
20 | | -[](https://godoc.org/github.com/adamluzsi/testcase) |
| 20 | +[](https://godoc.org/go.llib.dev/testcase) |
21 | 21 | [](https://travis-ci.org/adamluzsi/testcase) |
22 | | -[](https://goreportcard.com/report/github.com/adamluzsi/testcase) |
| 22 | +[](https://goreportcard.com/report/go.llib.dev/testcase) |
23 | 23 | [](https://codecov.io/gh/adamluzsi/testcase) |
24 | 24 | # testcase |
25 | 25 |
|
@@ -68,15 +68,15 @@ then please consider reading the below-listed articles. |
68 | 68 |
|
69 | 69 | If you already use the framework, and you just won't pick an example, |
70 | 70 | you can go directly to the API documentation that is kept in godoc format. |
71 | | -- [godoc](https://godoc.org/github.com/adamluzsi/testcase) |
72 | | -- [pkg.go.dev](https://pkg.go.dev/github.com/adamluzsi/testcase). |
| 71 | +- [godoc](https://godoc.org/go.llib.dev/testcase) |
| 72 | +- [pkg.go.dev](https://pkg.go.dev/go.llib.dev/testcase). |
73 | 73 |
|
74 | 74 | ## Getting Started / Example |
75 | 75 |
|
76 | 76 | Examples kept in godoc format. |
77 | 77 | Every exported functionality aims to have examples provided in the official documentation. |
78 | | -- [pkg.go.dev](https://pkg.go.dev/github.com/adamluzsi/testcase#pkg-examples) |
79 | | -- [godoc](https://godoc.org/github.com/adamluzsi/testcase#pkg-examples) |
| 78 | +- [pkg.go.dev](https://pkg.go.dev/go.llib.dev/testcase#pkg-examples) |
| 79 | +- [godoc](https://godoc.org/go.llib.dev/testcase#pkg-examples) |
80 | 80 |
|
81 | 81 | A Basic examples: |
82 | 82 |
|
@@ -106,7 +106,7 @@ package main |
106 | 106 | import ( |
107 | 107 | "testing" |
108 | 108 |
|
109 | | - "github.com/adamluzsi/testcase" |
| 109 | + "go.llib.dev/testcase" |
110 | 110 | ) |
111 | 111 |
|
112 | 112 | func TestMyFunc(t *testing.T) { |
@@ -191,7 +191,7 @@ import ( |
191 | 191 | "my/project/mypkg" |
192 | 192 |
|
193 | 193 |
|
194 | | - "github.com/adamluzsi/testcase" |
| 194 | + "go.llib.dev/testcase" |
195 | 195 |
|
196 | 196 | . "my/project/testing/pkg" |
197 | 197 | ) |
|
0 commit comments