]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.regabi] add FatalfAt and fix Fatalf docs
authorMatthew Dempsky <mdempsky@google.com>
Tue, 24 Nov 2020 23:52:13 +0000 (15:52 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 25 Nov 2020 03:22:35 +0000 (03:22 +0000)
commit4a6b4fd13965fe8428c9177bdd824a48dff553c0
tree6a45bb4a57b04e2e267bed54919276333e57760f
parent484449c6416662c5453257c641d015c1fca681ea
[dev.regabi] add FatalfAt and fix Fatalf docs

I've wanted a FatalfAt function for a while, but under the old "-l"
suffix naming convention it would have been called "Fatalfl", which is
just atrocious.

Change-Id: If87f692ecdff478769426d4b054ac396e5c1e42e
Reviewed-on: https://go-review.googlesource.com/c/go/+/273013
Trust: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/compile/internal/gc/print.go