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
I have a setup where my GOROOT is /usr/local/go and source files are stored under /usr/local/google. go-licenses doesn't output anything in this case. I've traced it down and it's due to
I have a setup where my
GOROOT
is/usr/local/go
and source files are stored under/usr/local/google
. go-licenses doesn't output anything in this case. I've traced it down and it's due togo-licenses/licenses/library.go
Line 289 in 13c8b64
build.Default.GOROOT
got/usr/local/go
andpkg.GoFiles[0]
got/usr/local/google/...
so it thinks everything is stdlib, then skips all of them.The text was updated successfully, but these errors were encountered: