Updated module path
This commit is contained in:
parent
95976e39bf
commit
fc1f84f19e
@ -3,7 +3,7 @@ package assert_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/go/assert"
|
||||
"git.urbach.dev/go/assert"
|
||||
)
|
||||
|
||||
func TestContains(t *testing.T) {
|
||||
|
@ -3,7 +3,7 @@ package assert_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/go/assert"
|
||||
"git.urbach.dev/go/assert"
|
||||
)
|
||||
|
||||
type T struct{ A int }
|
||||
|
@ -3,7 +3,7 @@ package assert_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/go/assert"
|
||||
"git.urbach.dev/go/assert"
|
||||
)
|
||||
|
||||
func TestNil(t *testing.T) {
|
||||
|
@ -11,7 +11,7 @@ A minimal & stateless assert package for writing tests.
|
||||
## Installation
|
||||
|
||||
```shell
|
||||
go get git.akyoto.dev/go/assert
|
||||
go get git.urbach.dev/go/assert
|
||||
```
|
||||
|
||||
## Usage
|
||||
@ -47,7 +47,7 @@ coverage: 100.0% of statements
|
||||
|
||||
## License
|
||||
|
||||
Please see the [license documentation](https://akyoto.dev/license).
|
||||
Please see the [license documentation](https://urbach.dev/license).
|
||||
|
||||
## Copyright
|
||||
|
||||
|
@ -3,7 +3,7 @@ package assert_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/go/assert"
|
||||
"git.urbach.dev/go/assert"
|
||||
)
|
||||
|
||||
func TestTrue(t *testing.T) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user