]> Cypherpunks repositories - gostls13.git/commit
fmt: fix internal unknownType function
authorRob Pike <r@golang.org>
Wed, 1 Oct 2014 21:35:12 +0000 (21:35 +0000)
committerRob Pike <r@golang.org>
Wed, 1 Oct 2014 21:35:12 +0000 (21:35 +0000)
commit9f4084278fd0038ef4deedab78ee4d7d2bc1a636
tree017bd278cdd880ae4bc5125d6b60216ce1fc7f73
parent62d3202aaa0fb131be1f0dbf21e97dbe11b177dc
fmt: fix internal unknownType function
This thing should never be called, but before
151960044 it was being called, incorrectly.
This is now just a precaution but let's pretend it
Fixes #8843
even though that was fixed by 151960044.
The test case was already there and ran, another mystery.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/151970043
src/fmt/print.go