We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e60eeb commit 5a34c64Copy full SHA for 5a34c64
main.go
@@ -1856,10 +1856,7 @@ func main() {
1856
os.Exit(1)
1857
}
1858
config.GoMinorVersion = 0 // this avoids creating the list of Go1.x build tags.
1859
- if err != nil {
1860
- fmt.Fprintln(os.Stderr, err)
1861
- os.Exit(1)
1862
- }
+
1863
cachedGOROOT, err := loader.GetCachedGoroot(config)
1864
if err != nil {
1865
fmt.Fprintln(os.Stderr, err)
0 commit comments