diff --git a/bindings/go/binding_test.go b/bindings/go/binding_test.go index 135df1b..dd111d4 100644 --- a/bindings/go/binding_test.go +++ b/bindings/go/binding_test.go @@ -4,7 +4,7 @@ import ( "testing" tree_sitter "github.com/smacker/go-tree-sitter" - "github.com/tree-sitter/tree-sitter-python" + tree_sitter_python "github.com/tree-sitter/tree-sitter-python/bindings/go" ) func TestCanLoadGrammar(t *testing.T) {