| Index: third_party/golang/README
|
| diff --git a/third_party/golang/README b/third_party/golang/README
|
| index 37914748ccd777a27866a760612f0ff35208800b..35b894a84f7996efc8caaef20603e4813e7cfdfc 100644
|
| --- a/third_party/golang/README
|
| +++ b/third_party/golang/README
|
| @@ -9,4 +9,8 @@ The src subdirectory contains a small number of Go source files
|
| downloaded from https://golang.org/src and modified by the Mojo authors as
|
| described below.
|
|
|
| -Local Changes:
|
| +Local Changes:
|
| +- The fmt package has been modified with regards to how it uses reflection
|
| +to deep print Go structures. Firstly instead of only following pointers
|
| +for one level we now follow pointers for 50 levels. Secondly instead of
|
| +printing the address of a string pointer we print the string.
|
|
|