]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix typo in link action ID hash input string
authorTobias Klauser <tklauser@distanz.ch>
Thu, 30 Nov 2017 09:03:22 +0000 (10:03 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 30 Nov 2017 16:19:05 +0000 (16:19 +0000)
commit4f5018594db1c08580420bf6431bc237abc41fc7
tree85c43a2a3be02a272c086778c040d31c5c5c4c3d
parent4435fcfd6c3e9751b470809307b4afc7c1769098
cmd/go: fix typo in link action ID hash input string

Fix a typo of "packageshlib" used for generating the link action ID.

Change-Id: Id6d39830908b03de658a58661030c32c592a1da9
Reviewed-on: https://go-review.googlesource.com/80935
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
src/cmd/go/internal/work/exec.go