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 Apr 13, 2020. It is now read-only.
It seems that this is the preferred approach when dealing with go files / packages / locations, as can be seen discussed in the following issue: golang/go#26504
It needs to be checked whether the go tool provides commands for all resolutions we make in the code.
Potential implications:
The performance might drop a bit
The tool will need to parse and rely on go output
The go tool would need to be present on PATH (though would anyone ever use gostub if they haven't set up their go environment?)
The text was updated successfully, but these errors were encountered:
It seems that this is the preferred approach when dealing with go files / packages / locations, as can be seen discussed in the following issue:
golang/go#26504
It needs to be checked whether the
go
tool provides commands for all resolutions we make in the code.Potential implications:
go
outputgo
tool would need to be present onPATH
(though would anyone ever usegostub
if they haven't set up their go environment?)The text was updated successfully, but these errors were encountered: