]> Cypherpunks repositories - gostls13.git/commit
runtime: fix and simplify printing on bad ftab
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 24 Sep 2021 17:57:27 +0000 (10:57 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 27 Sep 2021 22:22:35 +0000 (22:22 +0000)
commitcd4d59232e01f8b351cf83c0a669e56b10e8945d
treeef3db13545ae7811e5be576f00b7f8f3ef993856
parent52b23a50f8a2028b6155da12161941803abd6198
runtime: fix and simplify printing on bad ftab

Unilaterally print plugin.
Use println instead of print.

Change-Id: Ib58f187bff9c3dbedfa2725c44754a222807cc36
Reviewed-on: https://go-review.googlesource.com/c/go/+/352072
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/runtime/symtab.go