Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(576)

Issue 5900049: code review 5900049: doc/reference-cmd: use vet as example, not fmt (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 11 months ago by r
Modified:
12 years, 11 months ago
Reviewers:
CC:
golang-dev, rog, r2, minux1, bradfitz
Visibility:
Public.

Description

doc/reference-cmd: use vet as example, not fmt "go tool fmt" doesn't work, "go tool vet" does.

Patch Set 1 #

Total comments: 1

Patch Set 2 : diff -r baeb068aac25 https://code.google.com/p/go/ #

Patch Set 3 : diff -r efe15ae0f630 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M doc/reference-cmd.html View 1 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 8
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
12 years, 11 months ago (2012-03-24 10:45:24 UTC) #1
rog
FWIW I think "go vet program.go" should work fine too, although I haven't tried it. ...
12 years, 11 months ago (2012-03-24 13:16:44 UTC) #2
r2
On 25/03/2012, at 12:16 AM, roger peppe wrote: > FWIW I think "go vet program.go" ...
12 years, 11 months ago (2012-03-24 13:28:51 UTC) #3
minux1
http://codereview.appspot.com/5900049/diff/1/doc/reference-cmd.html File doc/reference-cmd.html (right): http://codereview.appspot.com/5900049/diff/1/doc/reference-cmd.html#newcode23 doc/reference-cmd.html:23: This style of invocation allows, for instance, reformatting a ...
12 years, 11 months ago (2012-03-24 14:34:20 UTC) #4
r
Hello golang-dev@googlegroups.com, rogpeppe@gmail.com, r@google.com, minux.ma@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 11 months ago (2012-03-24 21:14:49 UTC) #5
bradfitz
LGTM On Sat, Mar 24, 2012 at 2:14 PM, <r@golang.org> wrote: > Hello golang-dev@googlegroups.com, rogpeppe@gmail.com, ...
12 years, 11 months ago (2012-03-24 23:27:07 UTC) #6
r
*** Submitted as http://code.google.com/p/go/source/detail?r=ee5c7588cb7f *** doc/reference-cmd: use vet as example, not fmt "go tool fmt" ...
12 years, 11 months ago (2012-03-25 00:35:21 UTC) #7
rog
12 years, 11 months ago (2012-03-25 17:22:38 UTC) #8
On 24 March 2012 13:28, Rob 'Commander' Pike <r@google.com> wrote:
>
> On 25/03/2012, at 12:16 AM, roger peppe wrote:
>
> FWIW I think "go vet program.go" should work fine too, although I haven't
> tried it.
>
> it does, but that just complicates the presentation further and needlessly
> contradicts the point i'm making. this is an introduction, not a manual.

sorry, i didn't intend to be needlessly contradictory.

i thought that it might be possible to use a useful example,
rather than one which is easily accomplished in the standard
way.

for example, "go tool" makes it possible to use flags that aren't possible
through the go command - -printfuncs being one.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b