summaryrefslogtreecommitdiff
path: root/parser/parse.go
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2024-01-15 16:29:41 +0100
committerMarc Vertes <mvertes@free.fr>2024-01-15 16:29:41 +0100
commit828cfd1c8da5e243fd0f34530fb1a7faab49784e (patch)
tree4d5c5711bdb8aed682deb07ff71b0f9ce5213232 /parser/parse.go
parent6a32a7bc5f6320902cd5c2910a1353a0f7039237 (diff)
chore: import from gnolang
Diffstat (limited to 'parser/parse.go')
-rw-r--r--parser/parse.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/parser/parse.go b/parser/parse.go
index 131e9c0..59083b6 100644
--- a/parser/parse.go
+++ b/parser/parse.go
@@ -7,8 +7,8 @@ import (
"strconv"
"strings"
- "github.com/gnolang/parscan/lang"
- "github.com/gnolang/parscan/scanner"
+ "github.com/mvertes/parscan/lang"
+ "github.com/mvertes/parscan/scanner"
)
type Parser struct {