update package name to new domain
This commit is contained in:
@@ -17,13 +17,13 @@ It provides:
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
go get git.nix13.pw/scuroneko/extypes
|
||||
go get git.scuroneko.dev/scuroneko/extypes
|
||||
```
|
||||
|
||||
## Import
|
||||
|
||||
```go
|
||||
import "git.nix13.pw/scuroneko/extypes"
|
||||
import "git.scuroneko.dev/scuroneko/extypes"
|
||||
```
|
||||
|
||||
## Design Notes
|
||||
@@ -174,5 +174,5 @@ The package includes doc comments for the public API, so local documentation can
|
||||
|
||||
```bash
|
||||
go doc
|
||||
go doc git.nix13.pw/scuroneko/extypes
|
||||
go doc git.scuroneko.dev/scuroneko/extypes
|
||||
```
|
||||
|
||||
+3
-3
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user