tree-sitter-awk
tree-sitter-awk copied to clipboard
Golang Binding: github.com/tree-sitter/tree-sitter-awk/ not found
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?