commit | ace4618cfb0f32af5c3c2410f56fab65ae8a687d | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed Jan 27 12:27:34 2016 -0500 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Wed Jan 27 22:22:48 2016 +0000 |
tree | f776ac19a67934e6f9de3a00935b1415e5b7196a | |
parent | 2e86066c299c452df1252b887a87ed604937fcc7 [diff] |
cmd/fetchlogs: fix cache location on OS X OS X uses $HOME/Library/Caches instead of $HOME/.cache. Also make the copyright notice not a doc comment, which is the real reason I opened this file. Change-Id: I3af75465a3831aed4d38e2c667c813440e20d0e1 Reviewed-on: https://go-review.googlesource.com/19000 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Austin Clements <austin@google.com>