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:
Ian Lance Taylor 2020-06-05 09:57:38 -07:00 committed by Robert Griesemer
parent 1bc39b26bf
commit a6b6ca6dc9
1 changed files with 2 additions and 2 deletions

View File

@ -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
//