Skip to content

Commit

Permalink
redirect more references to my fork
Browse files Browse the repository at this point in the history
  • Loading branch information
dougthor42 committed Nov 15, 2024
1 parent 837d5b9 commit e70d03b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/binding.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "C"
import (
"unsafe"

sitter "github.com/smacker/go-tree-sitter"
sitter "github.com/dougthor42/go-tree-sitter"
)

func GetLanguage() *sitter.Language {
Expand Down
4 changes: 2 additions & 2 deletions python/binding_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"context"
"testing"

sitter "github.com/smacker/go-tree-sitter"
"github.com/smacker/go-tree-sitter/python"
sitter "github.com/dougthor42/go-tree-sitter"
"github.com/dougthor42/go-tree-sitter/python"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit e70d03b

Please sign in to comment.