diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 18:10:53 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 18:10:53 +0200 |
commit | cde4f74ed9dffa1415d9021c343eb599e8866b4d (patch) | |
tree | 68cd8ec7ed3458515736ef825abcf39979602338 /bindings/go/binding_test.go | |
parent | c549d8b3bbbade9ccb8c208295b35f5afbc7913b (diff) |
Update the grammar a bit
Diffstat (limited to 'bindings/go/binding_test.go')
-rw-r--r-- | bindings/go/binding_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/go/binding_test.go b/bindings/go/binding_test.go index c4efff1..6e7fa2e 100644 --- a/bindings/go/binding_test.go +++ b/bindings/go/binding_test.go @@ -3,8 +3,8 @@ package tree_sitter_gsp_test import ( "testing" - tree_sitter "github.com/smacker/go-tree-sitter" - "github.com/tree-sitter/tree-sitter-gsp" + tree_sitter "github.com/tree-sitter/go-tree-sitter" + tree_sitter_gsp "github.com/tree-sitter/tree-sitter-gsp/bindings/go" ) func TestCanLoadGrammar(t *testing.T) { |