Commit cf6a77b3 authored by Russ Cox's avatar Russ Cox

[dev.cc] cmd/go: install cmd/asm as a tool

cmd/dist was doing the right thing, but not cmd/go.

Change-Id: I5412140cfc07e806152915cc49db7f63352d01ca
Reviewed-on: https://go-review.googlesource.com/5451Reviewed-by: 's avatarRob Pike <r@golang.org>
parent 84e200cb
......@@ -393,6 +393,7 @@ const (
var goTools = map[string]targetDir{
"cmd/addr2line": toTool,
"cmd/api": toTool,
"cmd/asm": toTool,
"cmd/cgo": toTool,
"cmd/dist": toTool,
"cmd/fix": toTool,
......
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