Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: third_party/golang/README

Issue 1426513005: Modify local copy of fmt package to deep print structures with pointers. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix comment. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/golang/src/fmt/print.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | third_party/golang/src/fmt/print.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698