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 66ef73e commit 9d9b0b6Copy full SHA for 9d9b0b6
go/packages/packages.go
@@ -59,10 +59,10 @@ import (
59
//
60
// Unfortunately there are a number of open bugs related to
61
// interactions among the LoadMode bits:
62
-// - https://github.com/golang/go/issues/56633
63
-// - https://github.com/golang/go/issues/56677
64
-// - https://github.com/golang/go/issues/58726
65
-// - https://github.com/golang/go/issues/63517
+// - https://go.dev/issue/56633
+// - https://go.dev/issue/56677
+// - https://go.dev/issue/58726
+// - https://go.dev/issue/63517
66
type LoadMode int
67
68
const (
0 commit comments