| OLD | NEW |
| 1 Name: Go | 1 Name: Go |
| 2 URL: https://golang.org/src | 2 URL: https://golang.org/src |
| 3 Version: 1.5.1 | 3 Version: 1.5.1 |
| 4 License: BSD-style | 4 License: BSD-style |
| 5 License File: LICENSE | 5 License File: LICENSE |
| 6 | 6 |
| 7 Description: | 7 Description: |
| 8 The src subdirectory contains a small number of Go source files | 8 The src subdirectory contains a small number of Go source files |
| 9 downloaded from https://golang.org/src and modified by the Mojo authors as | 9 downloaded from https://golang.org/src and modified by the Mojo authors as |
| 10 described below. | 10 described below. |
| 11 | 11 |
| 12 Local Changes: | 12 Local Changes: |
| 13 - The fmt package has been modified with regards to how it uses reflection |
| 14 to deep print Go structures. Firstly instead of only following pointers |
| 15 for one level we now follow pointers for 50 levels. Secondly instead of |
| 16 printing the address of a string pointer we print the string. |
| OLD | NEW |