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 has been archived by the owner on Sep 26, 2023. It is now read-only.
Similar to std, the Go tool treats paths that start with cmd as special, referring to $GOROOT/src/cmd. lsif-go understands to treat std specially, but it does not do so for cmd:
Similar to
std
, the Go tool treats paths that start withcmd
as special, referring to$GOROOT/src/cmd
. lsif-go understands to treatstd
specially, but it does not do so forcmd
:lsif-go/internal/gomod/dependencies.go
Lines 236 to 244 in 6860e46
The result is that there are no semantic results for code in some packages inside golang/go/src/cmd. E.g., Sourcegraph gives the wrong result for
types.AlgType
here: https://sourcegraph.com/github.com/golang/go@master/-/blob/src/cmd/compile/internal/reflectdata/alg.go?L22Packages added under cmd in Go 1.17 do seem to work, according to @Strum355.
The text was updated successfully, but these errors were encountered: