From c9fa0723072eccb9a79c08b87ed22e012b09e03c Mon Sep 17 00:00:00 2001 From: Rebecca Stambler Date: Mon, 31 Aug 2020 17:49:48 -0400 Subject: [PATCH] Mention filing an issue --- X-Repositories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/X-Repositories.md b/X-Repositories.md index 51aaa15d..dc7167b3 100644 --- a/X-Repositories.md +++ b/X-Repositories.md @@ -2,7 +2,7 @@ The `golang.org/x/...` repositories are part of the Go Project but outside the m They are developed under looser [compatibility requirements](http://golang.org/doc/go1compat.html) than the Go core. In general, they will support the previous two releases and tip. -These repositories should have no third-party dependencies apart from other golang.org/x/... repositories. The only exceptions are [golang.org/x/tools/gopls](https://pkg.go.dev/golang.org/x/tools/gopls), [golang.org/x/vscode-go](https://go.googlesource.com/vscode-go), and [golang.org/x/pkgsite](https://pkg.go.dev/golang.org/x/pkgsite). +These repositories should have no third-party dependencies apart from other golang.org/x/... repositories. The only exceptions are [golang.org/x/tools/gopls](https://pkg.go.dev/golang.org/x/tools/gopls), [golang.org/x/vscode-go](https://go.googlesource.com/vscode-go), and [golang.org/x/pkgsite](https://pkg.go.dev/golang.org/x/pkgsite). If you would like to add a new dependency to an x repository, please [file an issue](https://github.com/golang/go/issues/new) and cc [@rsc](http://github.com/rsc) and [@andybons](https://github.com/andybons). Install them with "go get".