Commit 4a52038c authored by Russ Cox's avatar Russ Cox

cmd/go: use objdir as consistent variable name for per-package work dir

Before it was obj, but if you don't have everything paged in
that sounds a bit like an object file. Use objdir, which is more
clearly a directory and also matches the Action.Objdir struct field.

Change-Id: I268042800f9ca05721814d7f18c728acb4831232
Reviewed-on: https://go-review.googlesource.com/56277Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent d52413d6
This diff is collapsed.
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