)]}'
{
  "log": [
    {
      "commit": "80517062f582ea3340cd4baf70e86d539ae7d84d",
      "tree": "f12b45b02a72aaa7d5d0c9c818509c4b9be4e9ec",
      "parents": [
        "d6ce6262d87e3a4e153e86023ff56ae771554a41"
      ],
      "author": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Wed Feb 21 18:54:26 2018"
      },
      "committer": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Wed Feb 21 18:54:26 2018"
      },
      "message": "Add go.mod\n"
    },
    {
      "commit": "d6ce6262d87e3a4e153e86023ff56ae771554a41",
      "tree": "fdbf38b8525456a4733d47ed6d7efca2ec8663b4",
      "parents": [
        "0de1eaf82fa3f583ce21fde859f1e7e0c5e9b220",
        "030c1abbace5ab18f0969b4bfedbf693f5c58351"
      ],
      "author": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Mon Aug 28 04:23:10 2017"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 28 04:23:10 2017"
      },
      "message": "Merge pull request #17 from shurcooL/go1.9\n\nAdd Go 1.9 support."
    },
    {
      "commit": "030c1abbace5ab18f0969b4bfedbf693f5c58351",
      "tree": "fdbf38b8525456a4733d47ed6d7efca2ec8663b4",
      "parents": [
        "a1e0e680ad86788751e70a75b1d9cdc8c9eb4186"
      ],
      "author": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Mon Aug 28 00:47:28 2017"
      },
      "committer": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Mon Aug 28 02:57:52 2017"
      },
      "message": "Add gotool implementation for Go 1.9.\n\nGo 1.9 has modified cmd/go by splitting it into multiple internal\npackages. The functionality we care about is largely contained in\nthe cmd/go/internal/load package. We make a copy of that package\nand use it for Go 1.9.\n\nThe ./internal/load package is a copy of cmd/go/internal/load\npackage. It is modified in a minimal way. Specifically:\n\n-\tThere are +build go1.9 constraints added.\n-\tContext struct is added, and functions that need to\n\taccess its fields are made methods of it.\n-\tUnused code in pkg.go and path.go files is not included.\n\nThe configuration values (build context, location of GOROOT/src\ndirectory) that are normally accessed from cmd/go/internal/cfg\npackage are instead provided via load.Context.\n\nThe goal of this change was to keep diff of ./internal/load package\nagainst cmd/go/internal/load minimal, to make it easiest to keep it\nin sync and to have high confidence in its behavior being equivalent.\n"
    },
    {
      "commit": "a1e0e680ad86788751e70a75b1d9cdc8c9eb4186",
      "tree": "2503bf77a8c5f867224f6828b6f0bb962e3d877c",
      "parents": [
        "0c5af37160f15c0506b5e0f5fbb3c86584cb87c2"
      ],
      "author": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Mon Aug 28 00:33:15 2017"
      },
      "committer": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Mon Aug 28 00:33:15 2017"
      },
      "message": "Constraint current implementation up to Go 1.8.\n\nThis commit is in preparation of the following commit which will add\nsupport for Go 1.9.\n\nIt constraints the current implementation (meant for Go 1.8) so that\nit will not be used in Go 1.9. A different implementation, located\nelsewhere will be used for Go 1.9. See next commit for details.\n"
    },
    {
      "commit": "0c5af37160f15c0506b5e0f5fbb3c86584cb87c2",
      "tree": "2c48beb41db98aa6e09d12d28bff09de87d7240a",
      "parents": [
        "0de1eaf82fa3f583ce21fde859f1e7e0c5e9b220"
      ],
      "author": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Aug 27 23:55:23 2017"
      },
      "committer": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Aug 27 23:55:23 2017"
      },
      "message": "Backport documentation improvements from Go 1.9.\n"
    },
    {
      "commit": "0de1eaf82fa3f583ce21fde859f1e7e0c5e9b220",
      "tree": "afcae1a83269c648c089b085b4cf1df69523556a",
      "parents": [
        "5e136deb9b893bbe6c8f23236ff4378b7a8a0dbb"
      ],
      "author": {
        "name": "Dave Cheney",
        "email": "dave@cheney.net",
        "time": "Wed Nov 30 08:01:11 2016"
      },
      "committer": {
        "name": "Dominik Honnef",
        "email": "dominik@honnef.co",
        "time": "Wed Nov 30 08:06:28 2016"
      },
      "message": "Address tiny nit\n"
    },
    {
      "commit": "5e136deb9b893bbe6c8f23236ff4378b7a8a0dbb",
      "tree": "bf93b0a261a01b799c10bf6274a751694fe78610",
      "parents": [
        "94d5dba705240ba73ce5d65d83ce44adc749b440",
        "3a3ca61607fab90bcdda6b0a36b842b7671da0fe"
      ],
      "author": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sat Sep 24 18:45:04 2016"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Sep 24 18:45:04 2016"
      },
      "message": "Merge pull request #14 from bradleyfalzon/excludes-doc\n\nDocument that wildcard matching excludes some directories"
    },
    {
      "commit": "3a3ca61607fab90bcdda6b0a36b842b7671da0fe",
      "tree": "bf93b0a261a01b799c10bf6274a751694fe78610",
      "parents": [
        "94d5dba705240ba73ce5d65d83ce44adc749b440"
      ],
      "author": {
        "name": "Bradley Falzon",
        "email": "brad@teambrad.net",
        "time": "Tue Sep 06 11:28:07 2016"
      },
      "committer": {
        "name": "Bradley Falzon",
        "email": "brad@teambrad.net",
        "time": "Wed Sep 07 01:59:25 2016"
      },
      "message": "Document that recursive matching excludes some directories\n"
    },
    {
      "commit": "94d5dba705240ba73ce5d65d83ce44adc749b440",
      "tree": "13869142d0dfbd76ab28b0420ac01c88400fe668",
      "parents": [
        "3597762720c7510dab198775593c16c79d90ecf0"
      ],
      "author": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sun Jul 10 16:56:18 2016"
      },
      "committer": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sun Jul 10 16:56:18 2016"
      },
      "message": "Add test for matching \"std\"\n"
    },
    {
      "commit": "3597762720c7510dab198775593c16c79d90ecf0",
      "tree": "fce259d66cba7af4ef87cf9ea5a2fc534ea99ac8",
      "parents": [
        "1e0b384d0ca3cc69c6d9a5df9103b5a0ce0e0cdf"
      ],
      "author": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sun Jul 10 16:46:04 2016"
      },
      "committer": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sun Jul 10 16:46:04 2016"
      },
      "message": "go16.go: fix gorootSrc\n"
    },
    {
      "commit": "1e0b384d0ca3cc69c6d9a5df9103b5a0ce0e0cdf",
      "tree": "0578a2c9be909baa8d4931bda093c0f1c3263681",
      "parents": [
        "54b5fb08c8f141f6fdf5013b2208a14d2c488b55",
        "a37e9671e742f11fef78f7856c5e2a318c9e08ac"
      ],
      "author": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sun Jul 10 16:44:12 2016"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jul 10 16:44:12 2016"
      },
      "message": "Merge pull request #13 from shurcooL/other-improvements\n\nSync more of upstream, style improvements."
    },
    {
      "commit": "a37e9671e742f11fef78f7856c5e2a318c9e08ac",
      "tree": "0578a2c9be909baa8d4931bda093c0f1c3263681",
      "parents": [
        "7090ace7369e5376c932fb9188b02ea7cbfadd2d"
      ],
      "author": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Jul 10 06:26:31 2016"
      },
      "committer": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Jul 10 06:40:03 2016"
      },
      "message": "Fix build tags\n\nMake go13.go apply to Go 1.3 and older,\ngo14-15.go apply to Go 1.4 and 1.5 only,\nand go16.go apply to Go 1.6 and later.\n"
    },
    {
      "commit": "7090ace7369e5376c932fb9188b02ea7cbfadd2d",
      "tree": "1e68fb948e059265e338435f91b1c19b0db29dfa",
      "parents": [
        "efd8bc5e8806fbf4eb0092f5061d78f6c5c59257"
      ],
      "author": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Jul 10 03:35:06 2016"
      },
      "committer": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Jul 10 06:21:39 2016"
      },
      "message": "Document all exported identifiers\n\nFixes golint issues.\n"
    },
    {
      "commit": "efd8bc5e8806fbf4eb0092f5061d78f6c5c59257",
      "tree": "2ae32a6f8a63f64824a1442150e70ed78496361a",
      "parents": [
        "84ced00215642edf4de8d86ab2158c188fe0cf00"
      ],
      "author": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Jul 10 03:31:49 2016"
      },
      "committer": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Jul 10 06:21:39 2016"
      },
      "message": "Unify package description in godoc and README.md\n"
    },
    {
      "commit": "84ced00215642edf4de8d86ab2158c188fe0cf00",
      "tree": "df5b2a49ee21edd319510a2e3337270a6ed5906a",
      "parents": [
        "c87ba4c5eb940e0945bbe293a3e8902532ebb686"
      ],
      "author": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Jul 10 03:29:36 2016"
      },
      "committer": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Jul 10 06:21:39 2016"
      },
      "message": "Add some basic tests\n\nThis file is an exact copy of cmd/go/match_test.go, except the changed\npackage name, the \"// This file contains code from the Go distribution.\"\ncomment, and the expanded copyright comment.\n"
    },
    {
      "commit": "c87ba4c5eb940e0945bbe293a3e8902532ebb686",
      "tree": "0e42f716aa57c6e638b324c2b15344e9692aed70",
      "parents": [
        "e36ab984b0a5545b21e017d76aef20e2dc467601"
      ],
      "author": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Jul 10 03:24:10 2016"
      },
      "committer": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Jul 10 06:21:39 2016"
      },
      "message": "Sync match.go with latest upstream\n\nAlso update documentation to match.\n\nAfter this change, the diff between match.go and contents of cmd/go\ncode at tip is reduced to the minimal possible: just converting some\nfuncs to be methods that use c.BuildContext instead of buildContext.\n"
    },
    {
      "commit": "e36ab984b0a5545b21e017d76aef20e2dc467601",
      "tree": "99a6f678022dfeb36edf3e6be5387386c3df7ba2",
      "parents": [
        "6d974e1d98089dd3044f8ba2719395607b5786ef"
      ],
      "author": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Jul 10 03:09:51 2016"
      },
      "committer": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Jul 10 06:08:36 2016"
      },
      "message": "Move all exported symbols to tool.go\n\nThis makes it easier to keep match.go in sync with the upstream, since\neverything there is a direct copy from cmd/go code.\n\nThe tool.go file now contains all of the package API and documentation.\n"
    },
    {
      "commit": "6d974e1d98089dd3044f8ba2719395607b5786ef",
      "tree": "ecd62f37a64eb1a51c91659c926282b0b35f9f48",
      "parents": [
        "1c0a6aa9b939e10f727b67efef5704c1bb0863a4"
      ],
      "author": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Jul 10 03:03:16 2016"
      },
      "committer": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Jul 10 06:08:36 2016"
      },
      "message": "Sync license with upstream\n\nChange copyright in license to 2009, that\u0027s what the latest upstream\nLICENSE now has (see https://github.com/golang/go/commit/d0c1888739ac0d5d0c9f82a4b86945c0351caef6).\n"
    },
    {
      "commit": "1c0a6aa9b939e10f727b67efef5704c1bb0863a4",
      "tree": "3a7bf8bbc1c168631673a7543c066913799c9190",
      "parents": [
        "93b4de3af7796bcac0c0ecee96d06e169f219e16"
      ],
      "author": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Jul 10 02:52:29 2016"
      },
      "committer": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Jul 10 06:08:36 2016"
      },
      "message": "Use pointer receivers in methods\n\nDo this to avoid unnecessary copying of the large Context struct value.\n\nMost other packages usually use a pointer to build.Context, but\nchanging Context to have a pointer would be a slightly breaking API\nchange.\n"
    },
    {
      "commit": "93b4de3af7796bcac0c0ecee96d06e169f219e16",
      "tree": "79ad3a7d409a917d29cf917611e7da658e919a55",
      "parents": [
        "54b5fb08c8f141f6fdf5013b2208a14d2c488b55"
      ],
      "author": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Jul 10 02:47:25 2016"
      },
      "committer": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Jul 10 06:08:36 2016"
      },
      "message": "Use c.BuildContext in matchPackagesInFS\n\nIn the original cmd/go code, a package scoped unexported variable\nbuildContext is used. In the gotool version, that variable is replaced\nby c.BuildContext field in most places, except this one.\n\nThe change in #8 partially introduced this fix, but had to be reverted\nin #11 due to build errors.\n\nThis reintroduces the fix while resolving build errors.\n"
    },
    {
      "commit": "54b5fb08c8f141f6fdf5013b2208a14d2c488b55",
      "tree": "d8b38d5664425a3c9fb6dcf3ce4405d41485156d",
      "parents": [
        "abc39216c9bfadba2762c6bb6474948bbbbb27f2"
      ],
      "author": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sun Jul 10 05:48:29 2016"
      },
      "committer": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sun Jul 10 05:48:29 2016"
      },
      "message": "Attempt to restore 1.3 and 1.4 compat\n"
    },
    {
      "commit": "abc39216c9bfadba2762c6bb6474948bbbbb27f2",
      "tree": "e5dfd13cc2bde030264a40438cbd157b5d364729",
      "parents": [
        "126d8922daf9d21a61a9200bcc160ec284225555"
      ],
      "author": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sun Jul 10 05:38:59 2016"
      },
      "committer": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sun Jul 10 05:38:59 2016"
      },
      "message": "Revert \"Remove versions prior to 1.5 from .travis.yml\"\n\nThis reverts commit 126d8922daf9d21a61a9200bcc160ec284225555.\n"
    },
    {
      "commit": "126d8922daf9d21a61a9200bcc160ec284225555",
      "tree": "aa0e180c170c4d6a8648c0768c916a19dae30c23",
      "parents": [
        "4505c4a0943f48d0adeadfe77d7e8bb7c0502268"
      ],
      "author": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sun Jul 10 05:30:52 2016"
      },
      "committer": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sun Jul 10 05:30:52 2016"
      },
      "message": "Remove versions prior to 1.5 from .travis.yml\n"
    },
    {
      "commit": "4505c4a0943f48d0adeadfe77d7e8bb7c0502268",
      "tree": "e5dfd13cc2bde030264a40438cbd157b5d364729",
      "parents": [
        "402cb131ed19769b687fb3f69606071fb4807e57"
      ],
      "author": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sun Jul 10 05:25:20 2016"
      },
      "committer": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sun Jul 10 05:25:20 2016"
      },
      "message": "Update README.md with badges.\n"
    },
    {
      "commit": "402cb131ed19769b687fb3f69606071fb4807e57",
      "tree": "6ecf4e9e644b62479e27a5f7a8b906a36fb2ec60",
      "parents": [
        "ffd5bdc9051e3331b8c783808ca29ba0ca5ab991"
      ],
      "author": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sun Jul 10 05:21:38 2016"
      },
      "committer": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sun Jul 10 05:21:38 2016"
      },
      "message": "add .travis.yml (from gorilla/mux)\n"
    },
    {
      "commit": "ffd5bdc9051e3331b8c783808ca29ba0ca5ab991",
      "tree": "2870ea3a826b7de02ff78ab2cdde0c621421de84",
      "parents": [
        "b20363691675c426d19212ff3ecfa0bc711681ca"
      ],
      "author": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Jul 10 02:24:51 2016"
      },
      "committer": {
        "name": "Dominik Honnef",
        "email": "dominik@honnef.co",
        "time": "Sun Jul 10 02:31:09 2016"
      },
      "message": "Fix build errors\n\nFollowup #8.\n\nFixes #12.\n\nCloses: gh-11 [via git-merge-pr]\n"
    },
    {
      "commit": "b20363691675c426d19212ff3ecfa0bc711681ca",
      "tree": "40bd2fee2797e4c8201e8b18937048313f413516",
      "parents": [
        "247e5456cd34f22a8b6510c1cc6d042bb35ac478",
        "49706c2c283d7370cff083d236a3c55fbe912742"
      ],
      "author": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sat Jul 09 21:29:48 2016"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jul 09 21:29:48 2016"
      },
      "message": "Merge pull request #10 from shurcooL/document-empty-args-behavior\n\nDocument behavior when given empty args."
    },
    {
      "commit": "247e5456cd34f22a8b6510c1cc6d042bb35ac478",
      "tree": "c2f50cdb77a380a3a8f043295a9e6ac2cf8343dc",
      "parents": [
        "58a7a198f2ec6ea7af221fd216e7f559d663ce02",
        "9a3e9c08e2c79f00874723f8b435982a59271e4d"
      ],
      "author": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sat Jul 09 21:25:38 2016"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jul 09 21:25:38 2016"
      },
      "message": "Merge pull request #8 from FiloSottile-FORKS/patch-1\n\nSync match.go with upstream changes"
    },
    {
      "commit": "49706c2c283d7370cff083d236a3c55fbe912742",
      "tree": "e6a0dbd114bd1a8ad6d451331b2a49da5f68c642",
      "parents": [
        "58a7a198f2ec6ea7af221fd216e7f559d663ce02"
      ],
      "author": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sat Jul 09 20:46:01 2016"
      },
      "committer": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sat Jul 09 20:46:01 2016"
      },
      "message": "Document behavior when given empty args.\n\nFixes #9.\n"
    },
    {
      "commit": "9a3e9c08e2c79f00874723f8b435982a59271e4d",
      "tree": "c2f50cdb77a380a3a8f043295a9e6ac2cf8343dc",
      "parents": [
        "58a7a198f2ec6ea7af221fd216e7f559d663ce02"
      ],
      "author": {
        "name": "Filippo Valsorda",
        "email": "hi@filippo.io",
        "time": "Wed Apr 27 02:14:52 2016"
      },
      "committer": {
        "name": "Filippo Valsorda",
        "email": "hi@filippo.io",
        "time": "Wed Apr 27 02:14:52 2016"
      },
      "message": "Sync match.go with upstream changes\n\nMain changes: support for \"cmd\", fix for golang.org/issue/11407"
    },
    {
      "commit": "58a7a198f2ec6ea7af221fd216e7f559d663ce02",
      "tree": "f47025d4f5ca7da9bf08b9441d1c5031b1c625dd",
      "parents": [
        "14d7ad1074a71860533c4e9695129461abfc2937",
        "603b22311bfe8747257982059659a89ef9d8ae38"
      ],
      "author": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sat Sep 05 04:49:35 2015"
      },
      "committer": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sat Sep 05 04:49:35 2015"
      },
      "message": "Merge pull request #7 from shurcooL/improve-docs\n\nImprove docs."
    },
    {
      "commit": "603b22311bfe8747257982059659a89ef9d8ae38",
      "tree": "f47025d4f5ca7da9bf08b9441d1c5031b1c625dd",
      "parents": [
        "14d7ad1074a71860533c4e9695129461abfc2937"
      ],
      "author": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sat Sep 05 04:45:59 2015"
      },
      "committer": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sat Sep 05 04:47:20 2015"
      },
      "message": "Improve docs.\n\nMention that relative import paths are returned as relative import paths,\nthey are not converted to full import paths.\n\nThey are cleaned, however. For example, \"./foo//bar\" becomes \"./foo/bar\".\n\nFixes #5.\n"
    },
    {
      "commit": "14d7ad1074a71860533c4e9695129461abfc2937",
      "tree": "6ddaa11405dbea9d6c0db765af9af5235139e7f5",
      "parents": [
        "d678387370a2eb9b5b0a33218bc8c9d8de15b6be",
        "0bab4e8ff20a3f734036058e29a8d1b0b1e6fe35"
      ],
      "author": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Fri Aug 14 22:08:45 2015"
      },
      "committer": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Fri Aug 14 22:08:45 2015"
      },
      "message": "Merge pull request #6 from zimmski/allow-to-set-build-tags\n\nAllow to set build tags"
    },
    {
      "commit": "0bab4e8ff20a3f734036058e29a8d1b0b1e6fe35",
      "tree": "6ddaa11405dbea9d6c0db765af9af5235139e7f5",
      "parents": [
        "d678387370a2eb9b5b0a33218bc8c9d8de15b6be"
      ],
      "author": {
        "name": "Markus Zimmermann",
        "email": "markus.zimmermann@nethead.at",
        "time": "Fri Aug 14 21:50:54 2015"
      },
      "committer": {
        "name": "Markus Zimmermann",
        "email": "markus.zimmermann@nethead.at",
        "time": "Fri Aug 14 21:50:54 2015"
      },
      "message": "Allow to set build tags\n"
    },
    {
      "commit": "d678387370a2eb9b5b0a33218bc8c9d8de15b6be",
      "tree": "e3f6feac5c62e850845b8de2929b3b6a08bffde4",
      "parents": [
        "37b67b9f055653df36c7ef6016c4feed95ad87bf",
        "fb417b44ad915a5391a308f01e6a41117acced3d"
      ],
      "author": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sun Feb 01 08:03:16 2015"
      },
      "committer": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Sun Feb 01 08:03:16 2015"
      },
      "message": "Merge pull request #4 from shurcooL/master\n\nUse correct goroot source path for Go 1.4."
    },
    {
      "commit": "fb417b44ad915a5391a308f01e6a41117acced3d",
      "tree": "e3f6feac5c62e850845b8de2929b3b6a08bffde4",
      "parents": [
        "8f6ee481533a6141763e749691131daa82c2714b"
      ],
      "author": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Feb 01 07:02:30 2015"
      },
      "committer": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Feb 01 07:02:30 2015"
      },
      "message": "Clean up unneeded variable. Use filepath.Join correctly.\n\nThe variable goroot was not being used anywhere else, except as part of\ngorootSrcPkg. It can be removed.\nAlso, filepath.Join accepts individual path elements and cleans the\nresult, so I\u0027ve split \"src/pkg\" into two path elements.\n"
    },
    {
      "commit": "8f6ee481533a6141763e749691131daa82c2714b",
      "tree": "5308e8c04ca3cdad990b889d42141265c2a2f171",
      "parents": [
        "37b67b9f055653df36c7ef6016c4feed95ad87bf"
      ],
      "author": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Feb 01 02:07:25 2015"
      },
      "committer": {
        "name": "Dmitri Shuralyov",
        "email": "shurcooL@gmail.com",
        "time": "Sun Feb 01 02:13:20 2015"
      },
      "message": "Use correct goroot source path for Go 1.4.\n\nIn Go 1.4, the goroot source path has moved from $GOROOT/src/pkg to\n$GOROOT/src. This updates the variable and allows \"std\" pattern to work\ncorrectly again.\nFixes #3.\nFixes dominikh/implements#11.\n"
    },
    {
      "commit": "37b67b9f055653df36c7ef6016c4feed95ad87bf",
      "tree": "00d67249926bee5ad8a34c073ee51ac0f082d3b2",
      "parents": [
        "6e496dbabb2bca3b4ed41513d0b57a1525dfa26e"
      ],
      "author": {
        "name": "Dominik Honnef",
        "email": "dominikh@fork-bomb.org",
        "time": "Sat Sep 14 05:19:56 2013"
      },
      "committer": {
        "name": "Dominik Honnef",
        "email": "dominikh@fork-bomb.org",
        "time": "Sat Sep 14 05:21:06 2013"
      },
      "message": "use build.NoGoError instead of string comparison\n"
    },
    {
      "commit": "6e496dbabb2bca3b4ed41513d0b57a1525dfa26e",
      "tree": "60cff91f7b96de266b2b75e0e71324c823ee0dc5",
      "parents": [
        "0fd3088e277650bcd09c2a011661c1ab20c4f19a"
      ],
      "author": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Thu Jun 27 07:03:48 2013"
      },
      "committer": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Thu Jun 27 07:03:48 2013"
      },
      "message": "Add ImportPaths\n"
    },
    {
      "commit": "0fd3088e277650bcd09c2a011661c1ab20c4f19a",
      "tree": "3232935e19f21dde732497dde4c009bf64fe026c",
      "parents": [
        "3126c3f3ff10cfc7fe79489dd3853a77f094b577"
      ],
      "author": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Wed Jun 26 23:59:09 2013"
      },
      "committer": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Wed Jun 26 23:59:09 2013"
      },
      "message": "Initial commit.\n"
    },
    {
      "commit": "3126c3f3ff10cfc7fe79489dd3853a77f094b577",
      "tree": "90d3da13acc96e3ef6415356e56ad23773230238",
      "parents": [],
      "author": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Wed Jun 26 23:41:53 2013"
      },
      "committer": {
        "name": "Kamil Kisiel",
        "email": "kamil@kamilkisiel.net",
        "time": "Wed Jun 26 23:41:53 2013"
      },
      "message": "Initial commit\n"
    }
  ]
}
