aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-10 23:24:55 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-10 23:24:55 +0300
commit2ae6e741960c9f9cc693860a43c58212b5f12708 (patch)
tree1303cfb57d13f11def05b74e2c87d070387fcae6
parent4ab27afa07c69a311446dbbc6a60f7d32231a7b8 (diff)
Новый путьv0.0.5
-rw-r--r--README.md2
-rw-r--r--go.mod2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 352cbe0..dcef161 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,6 @@ Universal lexer for Golang
Based on Rob Pike's awesome video [Lexical Scanning in Go](https://www.youtube.com/watch?v=HxaD_trXwRE)
-Examples: [/examples](https://github.com/neonxp/unilex/tree/master/example) directory.
+Examples: /examples directory.
diff --git a/go.mod b/go.mod
index 7f4c255..bb548ed 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,5 @@
module go.neonxp.ru/unilex
go 1.20
+
+replace go.neonxp.ru/unilex latest => neonxp.ru/go/unilex latest