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

Delta Between Two Patch Sets: src/cmd/go/mkdoc.sh

Issue 189760043: [release-branch.go1.4] code review 189760043: cmd/go: document import path checking (Closed)
Left Patch Set: diff -r b5c6a4abeb4cdb46c7c5824ffb14fa1697a0b82d https://code.google.com/p/go/ Created 10 years, 3 months ago
Right Patch Set: diff -r b5c6a4abeb4cdb46c7c5824ffb14fa1697a0b82d https://code.google.com/p/go/ Created 10 years, 3 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « src/cmd/go/help.go ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 #!/bin/sh 1 #!/bin/sh
2 # Copyright 2012 The Go Authors. All rights reserved. 2 # Copyright 2012 The Go Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style 3 # Use of this source code is governed by a BSD-style
4 # license that can be found in the LICENSE file. 4 # license that can be found in the LICENSE file.
5 5
6 go install # So the next line will produce updated documentation. 6 go install # So the next line will produce updated documentation.
7 go help documentation > doc.go 7 go help documentation | sed 's; \*/; * /;' >doc.go
8 gofmt -w doc.go 8 gofmt -w doc.go
9 9
LEFTRIGHT

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