)]}'
{
  "commit": "448d3952af2e60eab7fddd0d8a7b8e0ea6905073",
  "tree": "c5aedb228f64d76f7e296a87266052142cac451f",
  "parents": [
    "3968ac2caf4b7bbabcad6504ab5e3589fc525b1e"
  ],
  "author": {
    "name": "Kevin Burke",
    "email": "kev@inburke.com",
    "time": "Tue Jul 12 16:54:36 2016 -0700"
  },
  "committer": {
    "name": "Brad Fitzpatrick",
    "email": "bradfitz@golang.org",
    "time": "Wed Aug 31 05:13:48 2016 +0000"
  },
  "message": "crypto/sha256: add examples for New, Sum256\n\nThe goal for these examples is to show how to mirror the\nfunctionality of the sha256sum Unix utility, a common checksumming\ntool, using the Go standard library.\n\nAdd a newline at the end of the input, so users will get the same\noutput if they type `echo \u0027hello world\u0027 | sha256sum`, since the\nbuiltin shell echo appends a newline by default. Also use hex output\n(instead of the shorter base64) since this is the default output\nencoding for shasum/sha256sum.\n\nChange-Id: I0036874b3cc5ba85432bfcb86f81b51c4e0238fd\nReviewed-on: https://go-review.googlesource.com/24868\nReviewed-by: Emmanuel Odeke \u003cemm.odeke@gmail.com\u003e\nReviewed-by: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\nRun-TryBot: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\n",
  "tree_diff": [
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "0eb70b711b8a17bac2fdc1c1b0d81a6520df5e91",
      "new_mode": 33188,
      "new_path": "src/crypto/sha256/example_test.go"
    }
  ]
}
