-
Notifications
You must be signed in to change notification settings - Fork 1
Dump Go variables to a string; similar to PHP's var_dump and Perl's Dumper. Forked from http://code.google.com/p/golang/
abunner/godump
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Based off http://code.google.com/p/golang/ Serializes a Go variable to a nice debug string. Usage: import ("dump", "fmt") func main(args[] string) { a := NewComplicatedValue() fmt.Print("a is:\n", dump.Dump(a)) }
About
Dump Go variables to a string; similar to PHP's var_dump and Perl's Dumper. Forked from http://code.google.com/p/golang/
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published