]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add missing newlines in printf formats
authorDaniel Martí <mvdan@mvdan.cc>
Sun, 19 Aug 2018 14:58:35 +0000 (15:58 +0100)
committerIan Lance Taylor <iant@golang.org>
Mon, 20 Aug 2018 03:32:43 +0000 (03:32 +0000)
commite0faedbb5344eb6f8f704005fe88961cdc6cf5f8
tree47784be87b9c9b0b99026c6f2f3b38a5658fbf6a
parentedf81050a8cfdcdaff47664f51c52441b754480e
cmd/go: add missing newlines in printf formats

These are all errors given by module-aware cmd/go, so they must end with
a newline. It looks like they were omitted by mistake.

Fixes #27081.

Change-Id: I19b5803bb48a6d5dd52e857f483278fe20fe246b
Reviewed-on: https://go-review.googlesource.com/129780
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/modfile/rule.go