From a6b6ca6dc9e306c150ceb2fcbc3a1919fdbb30b8 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 5 Jun 2020 09:57:38 -0700 Subject: [PATCH] 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 --- src/cmd/go2go/doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmd/go2go/doc.go b/src/cmd/go2go/doc.go index b0cb87da3a..b2ec82cd71 100644 --- a/src/cmd/go2go/doc.go +++ b/src/cmd/go2go/doc.go @@ -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 //