1
0
mirror of https://github.com/golang/go synced 2024-10-01 20:28:33 -06:00

cmd/go: install new5l etc to tool dir

Change-Id: I77ab2bed5884b0763147703fd976d462d036336d
Reviewed-on: https://go-review.googlesource.com/6334
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Dave Cheney <dave@cheney.net>
This commit is contained in:
Russ Cox 2015-02-27 22:50:58 -05:00
parent 7934199877
commit 30e36983f3

View File

@ -406,6 +406,10 @@ var goTools = map[string]targetDir{
"cmd/dist": toTool,
"cmd/fix": toTool,
"cmd/link": toTool,
"cmd/new5l": toTool,
"cmd/new6l": toTool,
"cmd/new8l": toTool,
"cmd/new9l": toTool,
"cmd/nm": toTool,
"cmd/objdump": toTool,
"cmd/pack": toTool,