initial generation for play.golang.org linking, ref #37

This commit is contained in:
Mark McGranaghan
2013-09-11 08:52:05 -07:00
parent 0c18c9689a
commit 056d0aff68
70 changed files with 109 additions and 44 deletions

View File

@@ -68,7 +68,7 @@ func main() {
// Now let's look at decoding JSON data into Go
// values. Here's an example for a generic data
// structure.
// structure.
byt := []byte(`{"num":6.0,"strs":["a","b"]}`)
// We need to provide a variable where the JSON