diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | go.mod | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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. @@ -1,3 +1,5 @@ module go.neonxp.ru/unilex go 1.20 + +replace go.neonxp.ru/unilex latest => neonxp.ru/go/unilex latest |