mirror of https://github.com/golang/go.git
cmd/go2go: use consistent spacing in package doc
Change-Id: Ic3b03820ebfb6c4b0881b18663f46b64227ea93d Reviewed-on: https://team-review.git.corp.google.com/c/golang/go2-dev/+/763940 Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
1bc39b26bf
commit
a6b6ca6dc9
|
|
@ -11,8 +11,8 @@
|
|||
//
|
||||
// The commands are:
|
||||
//
|
||||
// build translate and then run "go build packages"
|
||||
// run translate and then run a list of files
|
||||
// build translate and then run "go build packages"
|
||||
// run translate and then run a list of files
|
||||
// test translate and then run "go test packages"
|
||||
// translate translate .go2 files into .go files for listed packages
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue