mirror of
https://github.com/golang/go
synced 2024-11-06 19:36:30 -07:00
7033275e37
Change-Id: Ie90013077068b8e61bd651f2e686b06b6dad9fc4 Reviewed-on: https://go-review.googlesource.com/c/go/+/410454 Reviewed-by: Michael Knyszek <mknyszek@google.com> Auto-Submit: Jamal Carvalho <jamal@golang.org> Reviewed-by: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
40 lines
1.2 KiB
Markdown
40 lines
1.2 KiB
Markdown
---
|
|
name: Pkg.go.dev package removal request
|
|
about: Request a package be removed from the documentation site (pkg.go.dev)
|
|
title: "x/pkgsite: package removal request for [type path here]"
|
|
labels: pkgsite/package-removal
|
|
---
|
|
|
|
<!--
|
|
Please answer these questions before submitting your issue. Thanks!
|
|
-->
|
|
|
|
### What is the path of the package that you would like to have removed?
|
|
|
|
<!---
|
|
We can remove packages with a shared path prefix.
|
|
For example, a request for "github.com/author" would remove all pkg.go.dev pages with that package path prefix.
|
|
--->
|
|
|
|
|
|
|
|
### Are you the owner of this package?
|
|
|
|
<!---
|
|
Only the package owners can request to have their packages removed from pkg.go.dev.
|
|
--->
|
|
|
|
|
|
|
|
### What is the reason that you could not retract this package instead?
|
|
|
|
<!---
|
|
If you would like to have your module removed from pkg.go.dev, we recommend that you retract them, so that they can be removed from the go command and proxy.golang.org as well.
|
|
|
|
Retracting a module version involves adding a retract directive to your go.mod file and publishing a new version. For example: https://github.com/jba/retract-demo/blob/main/go.mod#L5-L8
|
|
|
|
See https://pkg.go.dev/about#removing-a-package for additional tips on retractions.
|
|
--->
|
|
|
|
|