You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2023. It is now read-only.
$ lsif-go
Resolving module name
WARNING: No go.mod file found in current directory.
WARNING: No go.mod file found in current directory.
error: failed to list project dependencies: failed to list project packages: exit status 1
pattern ./...: directory prefix . does not contain modules listed in go.work or their selected dependencies
In my repo, I have a go.work file at the root, and 4 modules within, which are referenced from the go.work file.
This code compiles correctly, produces multiple binaries which operate correctly, so I'm curious now whether lsif-go doesn't support go.work repos?