From: Russ Cox Date: Sat, 28 Feb 2015 03:50:58 +0000 (-0500) Subject: cmd/go: install new5l etc to tool dir X-Git-Tag: go1.5beta1~1806 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=30e36983f381e366e470d6c92e62e5804cbb9712;p=gostls13.git cmd/go: install new5l etc to tool dir Change-Id: I77ab2bed5884b0763147703fd976d462d036336d Reviewed-on: https://go-review.googlesource.com/6334 Reviewed-by: Rob Pike Reviewed-by: Dave Cheney --- diff --git a/src/cmd/go/pkg.go b/src/cmd/go/pkg.go index 7a1f0fd021..39be2c0c15 100644 --- a/src/cmd/go/pkg.go +++ b/src/cmd/go/pkg.go @@ -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,