Add emacs+gofmt TODO

Change-Id: Ifaeea4769c6232564e04b821f12342fc241fd9b6
This commit is contained in:
Brad Fitzpatrick 2014-12-22 06:58:06 +13:00
parent 42def7d922
commit 16c4e8a394
1 changed files with 7 additions and 0 deletions

7
TODO
View File

@ -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"))