-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fmt: add flag "@" to format a verb "v" value with pretty style(indent…
…ed-multi-lines) string (#7) fmt: add flag "@" to format a verb "v" value with pretty style(indented-multi-lines) string #2 Current custom go data printing style "%#v" show all data in a single line, which is not easy to read, especially in a debugging process. I have made a patch to use "%@#v" "%@+v" to format a value with pretty style(indented-multi-lines) string to extends "%#v" "%+v".
- Loading branch information
Showing
7 changed files
with
511 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.