Skip to content

Commit 9d9b0b6

Browse files
ianlancetaylorgopherbot
authored andcommitted
go/packages: use go.dev/issue links in comment
Change-Id: I248213b1c112017b827c75fb23df39ce249ee180 Reviewed-on: https://go-review.googlesource.com/c/tools/+/642755 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Alan Donovan <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Commit-Queue: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
1 parent 66ef73e commit 9d9b0b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

go/packages/packages.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ import (
5959
//
6060
// Unfortunately there are a number of open bugs related to
6161
// 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
62+
// - https://go.dev/issue/56633
63+
// - https://go.dev/issue/56677
64+
// - https://go.dev/issue/58726
65+
// - https://go.dev/issue/63517
6666
type LoadMode int
6767

6868
const (

0 commit comments

Comments
 (0)