]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix indentation of -workfile help text
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 23 Sep 2021 10:46:28 +0000 (11:46 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 23 Sep 2021 16:08:00 +0000 (16:08 +0000)
commit335e72bcb6a5f670e2b3c65170c4287ca7265934
treed7a22fb030f8eaccdfb1faf26d4aa6a6ee57d477
parent24c2ee7b6578c683a608c3d8c41fe626d50e6b61
cmd/go: fix indentation of -workfile help text

While reading the help text for #48576,
I noticed that the output was misaligned.

Turns out it's because two lines have space indentation,
while the rest use tab indentation. Fix that.

Change-Id: Ie7c473d892ca13852fa2134f3cdef21e9210e02e
Reviewed-on: https://go-review.googlesource.com/c/go/+/351750
Trust: Daniel Martí <mvdan@mvdan.cc>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/alldocs.go
src/cmd/go/internal/work/build.go