Skip to content

Commit

Permalink
Merge pull request #145 from asalvi0/main
Browse files Browse the repository at this point in the history
Fixed Go binding
  • Loading branch information
fwcd committed Sep 5, 2024
2 parents 7276b93 + f106a4d commit ec98567
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bindings/go/binding_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"

tree_sitter "github.com/smacker/go-tree-sitter"
"github.com/tree-sitter/tree-sitter-kotlin"
tree_sitter_kotlin "github.com/fwcd/tree-sitter-kotlin/bindings/go"
)

func TestCanLoadGrammar(t *testing.T) {
Expand Down
5 changes: 0 additions & 5 deletions bindings/go/go.mod

This file was deleted.

5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/fwcd/tree-sitter-kotlin

go 1.22

require github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82

0 comments on commit ec98567

Please sign in to comment.