From 16c4e8a3945af3256981ac8b3bb660e750b4902c Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 22 Dec 2014 06:58:06 +1300 Subject: [PATCH] Add emacs+gofmt TODO Change-Id: Ifaeea4769c6232564e04b821f12342fc241fd9b6 --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index 0af64841f..a3d247a70 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,13 @@ There are two TODO lists. This file (good for airplanes) and the online bug trac Offline list: +-- fix the presubmit's gofmt to be happy about emacs: + + go fmt camlistore.org/cmd... camlistore.org/dev... camlistore.org/misc... camlistore.org/pkg... camlistore.org/server... + stat pkg/blobserver/.#multistream_test.go: no such file or directory + exit status 2 + make: *** [fmt] Error 1 + -- env package to put stuff CAMLI_DEBUG checks? Also, change all: -var debug = os.Getenv("CAMLI_DEBUG") != "" +var debug, _ = strconv.ParseBool(os.Getenv("CAMLI_DEBUG"))