aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulie Qiu <julie@golang.org>2021-09-14 16:53:45 -0400
committerJulie Qiu <julie@golang.org>2021-09-15 14:05:14 +0000
commite69fbd757fd272b39dddc79e2ba3cd026b6b7cdd (patch)
treed5daa93561641ffb77eb6332ec65831618795ba8
parenta011a8d7bf85fc040dc4af0db0a933e757c26a46 (diff)
downloadgo-x-website-e69fbd757fd272b39dddc79e2ba3cd026b6b7cdd.tar.xz
go.dev/_content: add link to golang.org/s/pkgsite-package-removal
A link is added to golang.org/s/pkgsite-package-removal under the "Removing a package" section. Change-Id: I9a676c6cac6eadb8e7df3a9cdec332ea6f1b9480 Reviewed-on: https://go-review.googlesource.com/c/website/+/349830 Trust: Julie Qiu <julie@golang.org> Run-TryBot: Julie Qiu <julie@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Jamal Carvalho <jamal@golang.org>
-rw-r--r--go.dev/_content/about.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/go.dev/_content/about.md b/go.dev/_content/about.md
index 09ba209d..940619eb 100644
--- a/go.dev/_content/about.md
+++ b/go.dev/_content/about.md
@@ -35,6 +35,10 @@ See the Go blog post [New module changes in Go
1.16](https://blog.golang.org/go116-module-changes#TOC_5.) and the [modules
reference](https://golang.org/ref/mod#go-mod-file-retract) for details.
+If you cannot retract your module, you can
+[file a request](https://golang.org/s/pkgsite-package-removal) for the pkgsite
+team to remove your package.
+
## Documentation
Documentation is generated based on Go source code downloaded from the Go Module Mirror at `proxy.golang.org/<module>/@v/<version>.zip`. New module versions are fetched from index.golang.org and added to pkg.go.dev site every few minutes.