REPOSITORY / ScuroNeko/extypes

Compare commits

DIFF REPOSITORY
2 Commits
Author SHA1 Message Date
ScuroNeko 2adf577626 update package name to new domain 2026-03-30 00:04:08 +03:00
ScuroNeko b1dd8d55fc go version bump 2026-03-17 15:41:42 +03:00
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -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
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
```
+2 -2
View File
@@ -1,3 +1,3 @@
module git.nix13.pw/scuroneko/extypes
module git.scuroneko.dev/scuroneko/extypes
go 1.25
go 1.26