]> Cypherpunks repositories - gostls13.git/commit
The String() method requires global state that makes it not work outside of this...
authorRob Pike <r@golang.org>
Fri, 4 Dec 2009 01:14:32 +0000 (17:14 -0800)
committerRob Pike <r@golang.org>
Fri, 4 Dec 2009 01:14:32 +0000 (17:14 -0800)
commit10a349a7c154e4ee4f21a8027a9577f41de5e4f1
tree244814da64990bed6961a1008a0da7917d6e5c16
parentfcc4dd6d64817fd19bdd48f45a786a8532953f03
The String() method requires global state that makes it not work outside of this package,
so make it a local method (_String()).

R=rsc
CC=golang-dev
https://golang.org/cl/165049
src/pkg/gob/decode.go
src/pkg/gob/type.go
src/pkg/gob/type_test.go