]> Cypherpunks repositories - gostls13.git/commit
cmd/pack: use log.SetPrefix to make log calls more compact and consistent
authorRob Pike <r@golang.org>
Wed, 19 Feb 2014 19:42:34 +0000 (11:42 -0800)
committerRob Pike <r@golang.org>
Wed, 19 Feb 2014 19:42:34 +0000 (11:42 -0800)
commite6f5debd0c020ef3d6a07b9328084af40e899a36
treec79368de957568aa69edd6ce92f70a4c0d67769f
parent8efb5e7d638684bcfc5e1aed1b352886b48f421b
cmd/pack: use log.SetPrefix to make log calls more compact and consistent
Taking my own advice from a review of addr2line.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/65950044
src/cmd/pack/pack.go