Commit aa87d78c authored by Russ Cox's avatar Russ Cox

cmd/dist: encoding/gob is no longer required for cmd/go

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5650068
parent d9da3460
...@@ -1028,7 +1028,6 @@ static char *buildorder[] = { ...@@ -1028,7 +1028,6 @@ static char *buildorder[] = {
"pkg/reflect", "pkg/reflect",
"pkg/fmt", "pkg/fmt",
"pkg/encoding/json", "pkg/encoding/json",
"pkg/encoding/gob",
"pkg/flag", "pkg/flag",
"pkg/path/filepath", "pkg/path/filepath",
"pkg/path", "pkg/path",
...@@ -1079,7 +1078,6 @@ static char *cleantab[] = { ...@@ -1079,7 +1078,6 @@ static char *cleantab[] = {
"pkg/bytes", "pkg/bytes",
"pkg/container/heap", "pkg/container/heap",
"pkg/encoding/base64", "pkg/encoding/base64",
"pkg/encoding/gob",
"pkg/encoding/json", "pkg/encoding/json",
"pkg/errors", "pkg/errors",
"pkg/flag", "pkg/flag",
......
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