update package name to new domain

This commit is contained in:
2026-03-30 00:04:08 +03:00
parent b1dd8d55fc
commit 2adf577626
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -17,13 +17,13 @@
## Установка
```bash
go get git.nix13.pw/scuroneko/extypes
go get git.scuroneko.dev/scuroneko/extypes
```
## Импорт
```go
import "git.nix13.pw/scuroneko/extypes"
import "git.scuroneko.dev/scuroneko/extypes"
```
## Особенности дизайна
@@ -174,5 +174,5 @@ go test ./...
```bash
go doc
go doc git.nix13.pw/scuroneko/extypes
go doc git.scuroneko.dev/scuroneko/extypes
```