]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add missing newline to "go" line in cache key
authorBryan C. Mills <bcmills@google.com>
Thu, 12 Mar 2020 14:50:53 +0000 (10:50 -0400)
committerBryan C. Mills <bcmills@google.com>
Thu, 12 Mar 2020 15:06:36 +0000 (15:06 +0000)
commit938ad552cdfdb1707acedcc641c8f8ada642644d
tree487c2f07a8b52beddccc59a3d9289acb63eb738d
parentc95708462fb24f379f4bcdedd6ea664ee38ea562
cmd/go: add missing newline to "go" line in cache key

This was missed in CL 223139. It doesn't seem to affect correctness,
but might be confusing if we need to debug the cache key.

Updates #37804

Change-Id: I979efa68381cf79a7e246581510c90a724be6cd9
Reviewed-on: https://go-review.googlesource.com/c/go/+/223144
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/internal/work/exec.go