This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
failure to cross-reference internal/buildcfg with internal/goexperiment #191
Labels
bug
Something isn't working
In golang/go, the packages internal/buildcfg and internal/goexperiment both seem to be indexed, but references from the former to the latter are search-based: https://sourcegraph.com/github.com/golang/go/-/blob/src/internal/buildcfg/exp.go?L24:59#tab=def
Possibly related to #190. Both packages were added in Go 1.17, and both have similar special handling in the go tool as packages under GOROOT.
The text was updated successfully, but these errors were encountered: