From 2adf577626942cb55d6167eacc88360e9aabc3bf Mon Sep 17 00:00:00 2001 From: ScuroNeko Date: Mon, 30 Mar 2026 00:04:08 +0300 Subject: [PATCH] update package name to new domain --- README.md | 6 +++--- README_ru.md | 6 +++--- go.mod | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f96c165..1a8a452 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/README_ru.md b/README_ru.md index 089169b..96a3b44 100644 --- a/README_ru.md +++ b/README_ru.md @@ -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 ``` diff --git a/go.mod b/go.mod index a017b3d..29fca80 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module git.nix13.pw/scuroneko/extypes +module git.scuroneko.dev/scuroneko/extypes go 1.26