переезд неймспейса

This commit is contained in:
Alexander NeonXP Kiryukhin 2024-04-28 00:21:35 +03:00
parent a0992b6f28
commit a4a2f432a5
Signed by: NeonXP
GPG key ID: 35E33E1AB7776B39
3 changed files with 5 additions and 5 deletions

View file

@ -2,9 +2,9 @@
Selfhosted golang packages proxy. Selfhosted golang packages proxy.
Live version: https://go.neonxp.dev/ Live version: https://go.neonxp.ru/
Package page: https://go.neonxp.dev/pkg/ (browser will redirects to documentation, but `go get go.neonxp.dev/pkg` will install package) Package page: https://go.neonxp.ru/pkg/ (browser will redirects to documentation, but `go get go.neonxp.ru/pkg` will install package)
## Configuration ## Configuration
@ -13,7 +13,7 @@ Package page: https://go.neonxp.dev/pkg/ (browser will redirects to documentatio
```json ```json
{ {
"title": "WEBSITE TITLE", "title": "WEBSITE TITLE",
"host": "go.neonxp.dev", "host": "go.neonxp.ru",
"packages": { "packages": {
"pkg": { "pkg": {
"pkg": "pkg", "pkg": "pkg",

View file

@ -1,6 +1,6 @@
{ {
"title": "Пакеты NeonXP", "title": "Пакеты NeonXP",
"host": "go.neonxp.dev", "host": "go.neonxp.ru",
"packages": { "packages": {
"pkg": { "pkg": {
"pkg": "pkg", "pkg": "pkg",

2
go.mod
View file

@ -1,4 +1,4 @@
module go.neonxp.dev/pkg module go.neonxp.ru/pkg
go 1.22.1 go 1.22.1