Skip to content

Commit bc151c4

Browse files
mikesepgopherbot
authored andcommitted
README: fix link to x/tools
Change-Id: I4803bfe7da3b21fdfe503b9804015f0a5104a52e Reviewed-on: https://go-review.googlesource.com/c/mod/+/601441 Reviewed-by: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
1 parent d1f873e commit bc151c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ That is, it is for direct manipulation of Go modules themselves.
99
It is NOT about supporting general development tools that
1010
need to do things like load packages in module mode.
1111
That use case, where modules are incidental rather than the focus,
12-
should remain in [x/tools](https://pkg.go.dev/golang/org/x/tools),
12+
should remain in [x/tools](https://pkg.go.dev/golang.org/x/tools),
1313
specifically [x/tools/go/packages](https://pkg.go.dev/golang.org/x/tools/go/packages).
1414

1515
The specific case of loading packages should still be done by

0 commit comments

Comments
 (0)