tree-sitter-awk icon indicating copy to clipboard operation
tree-sitter-awk copied to clipboard

Golang Binding: github.com/tree-sitter/tree-sitter-awk/ not found

Open Givo29 opened this issue 5 months ago • 0 comments

Hi!

I'm trying to mess around with the golang binding for this tree-sitter grammar, and when I'm trying to run:

go get github.com/tree-sitter/tree-sitter-awk

I'm getting the following error:

go: module github.com/tree-sitter/tree-sitter-awk: git ls-remote -q origin in /home/jgiovina/go/pkg/mod/cache/vcs/437a815912a507bc5d90e31602ce34bc9d8f9dada27bdad689ef1151be4884bc: exit status 128: remote: Repository not found.  
fatal: repository 'https://github.com/tree-sitter/tree-sitter-awk/' not found

I believe it has to do with this file as tree-sitter/tree-sitter-awk doesn't exist. Would simply removing this file resolve the issue?

Givo29 avatar Sep 18 '24 05:09 Givo29