From 2ae6e741960c9f9cc693860a43c58212b5f12708 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Tue, 10 Dec 2024 23:24:55 +0300 Subject: Новый путь MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- go.mod | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3