diff options
-rw-r--r-- | src/cmd/gofmt/doc.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cmd/gofmt/doc.go b/src/cmd/gofmt/doc.go index 13994fdeec..e340665594 100644 --- a/src/cmd/gofmt/doc.go +++ b/src/cmd/gofmt/doc.go @@ -5,9 +5,7 @@ /* Gofmt formats Go programs. It uses tabs for indentation and blanks for alignment. - -Alignment assumes that an editor is using a fixed-width -font and that a tab corresponds to 8 spaces. +Alignment assumes that an editor is using a fixed-width font. Without an explicit path, it processes the standard input. Given a file, it operates on that file; given a directory, it operates on all .go files in |