Updated module path
All checks were successful
/ test (push) Successful in 16s

This commit is contained in:
Eduard Urbach 2025-02-25 16:34:14 +01:00
parent acec282709
commit 7a6ed8be9b
Signed by: eduard
GPG key ID: 49226B848C78F6C8
6 changed files with 8 additions and 8 deletions

View file

@ -3,7 +3,7 @@ package assert_test
import (
"testing"
"git.akyoto.dev/go/assert"
"git.urbach.dev/go/assert"
)
type T struct{ A int }