Commit 41ff456f authored by Russ Cox's avatar Russ Cox

cmd/dist: mark cmd/link and debug/goobj as unreleased

These are not ready and will not be in Go 1.3.

Fixes #6932.

LGTM=bradfitz
R=golang-codereviews, bradfitz, minux.ma
CC=golang-codereviews, iant, r
https://golang.org/cl/87630043
parent 1d718164
...@@ -373,6 +373,8 @@ static char *oldtool[] = { ...@@ -373,6 +373,8 @@ static char *oldtool[] = {
// Unreleased directories (relative to $GOROOT) that should // Unreleased directories (relative to $GOROOT) that should
// not be in release branches. // not be in release branches.
static char *unreleased[] = { static char *unreleased[] = {
"src/cmd/link",
"src/pkg/debug/goobj",
"src/pkg/old", "src/pkg/old",
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment