aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--go.mod2
2 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1d92942..b155092 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
## API
-```go package objectid // import "go.neonxp.ru/objectid"```
+```go package objectid // import "neonxp.ru/go/objectid"```
Функции
@@ -48,7 +48,7 @@
Примеры
```go
-import "go.neonxp.ru/objectid"
+import "neonxp.ru/go/objectid"
objectid.Seed()
@@ -69,4 +69,4 @@ fmt.Print(r) // выведет: id2 < id1
## Лицензия
-GNU GPLv3 \ No newline at end of file
+GNU GPLv3
diff --git a/go.mod b/go.mod
index be3ab49..76bf435 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,5 @@
module go.neonxp.ru/objectid
go 1.19
+
+replace go.neonxp.ru/objectid latest => neonxp.ru/go/objectid latest