]> Cypherpunks repositories - gostls13.git/commit
cmd/go: make consistent use of leading Tabs
authorShenghou Ma <minux@golang.org>
Sun, 8 Feb 2015 23:09:23 +0000 (18:09 -0500)
committerMinux Ma <minux@golang.org>
Fri, 13 Feb 2015 07:29:28 +0000 (07:29 +0000)
commit3813799931f5819b86d5d58f0787a5f8600ae69b
tree36d6c9ee50fcdb1d29481c9cf28bfcba8274ab0d
parent612d78d681dbaf1b561559d81a0922579664e370
cmd/go: make consistent use of leading Tabs

The only remaining uses of four spaces instead of a tab is
when the line is too long (e.g. type Package).

Fixes #9809

Change-Id: Ifffd3639aa9264e795686ef1879a7686f182d2e5
Reviewed-on: https://go-review.googlesource.com/4182
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/cmd/go/doc.go
src/cmd/go/main.go