]> Cypherpunks repositories - gostls13.git/commit
cmd/go: avoid long lines in help messages
authorJeff R. Allen <jra@nella.org>
Thu, 23 Jul 2015 12:56:13 +0000 (14:56 +0200)
committerRob Pike <r@golang.org>
Tue, 28 Jul 2015 09:36:32 +0000 (09:36 +0000)
commita7e81c37f4f52da7188082b1384e42d14ec8f586
tree09f3a4fb9780d2650468011f1b9aa2c25fe7269a
parent6aa48a9a0b8a7789c5ee4019d3eb50089c611f33
cmd/go: avoid long lines in help messages

Reformat some help messages to stay within 80 characters.

Fixes #11840.

Change-Id: Iebafcb616f202ac44405e5897097492a79a51722
Reviewed-on: https://go-review.googlesource.com/12514
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/doc.go
src/cmd/go/run.go