Skip to content

Commit ec98567

Browse files
authored
Merge pull request #145 from asalvi0/main
Fixed Go binding
2 parents 7276b93 + f106a4d commit ec98567

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bindings/go/binding_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"testing"
55

66
tree_sitter "github.com/smacker/go-tree-sitter"
7-
"github.com/tree-sitter/tree-sitter-kotlin"
7+
tree_sitter_kotlin "github.com/fwcd/tree-sitter-kotlin/bindings/go"
88
)
99

1010
func TestCanLoadGrammar(t *testing.T) {

bindings/go/go.mod

-5
This file was deleted.

go.mod

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/fwcd/tree-sitter-kotlin
2+
3+
go 1.22
4+
5+
require github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82

0 commit comments

Comments
 (0)