)]}'
{
  "commit": "5ca865bb7d52012b73ac379c5aec59b3d04efce8",
  "tree": "0c6ac80fdf527b8e4c1dd4d888610b1e1a6a6492",
  "parents": [
    "f6476fbaabd396b58618b473e4eb71e1f532b495"
  ],
  "author": {
    "name": "Alan Donovan",
    "email": "adonovan@google.com",
    "time": "Wed Apr 01 16:58:47 2026 -0400"
  },
  "committer": {
    "name": "Gopher Robot",
    "email": "gobot@golang.org",
    "time": "Tue Apr 07 17:57:40 2026 -0700"
  },
  "message": "go/types/objectpath: add debugging command\n\nThis CL adds a simple command for our debugging use that prints\nthe object path of each symbol declared in a package.\n(I found it useful while investigating golang/go#70418.)\n\nExample:\n\n    $ go run ./go/types/objectpath/main.go fmt\n      errors.go:23:6: func Errorf(format string, a ...any) (err error) \u003d \"Errorf\"\n     errors.go:23:13: var format string \u003d \"Errorf.PA0\"\n     errors.go:23:28: var a []any \u003d \"Errorf.PA1\"\n     errors.go:23:39: var err error \u003d \"Errorf.RA0\"\n      errors.go:70:6: type wrapError struct{msg string; err error} \u003d \"wrapError\"\n      errors.go:71:2: field msg string \u003d \"wrapError.UF0\"\n      errors.go:72:2: field err error \u003d \"wrapError.UF1\"\n     errors.go:75:21: func (*wrapError).Error() string \u003d \"wrapError.M0\"\n     errors.go:79:21: func (*wrapError).Unwrap() error \u003d \"wrapError.M1\"\n      errors.go:83:6: type wrapErrors struct{msg string; errs []error} \u003d \"wrapErrors\"\n\t...\n\nChange-Id: Id84ce3e1b141d4998e7833836109b2a51ca79f3e\nReviewed-on: https://go-review.googlesource.com/c/tools/+/761841\nAuto-Submit: Alan Donovan \u003cadonovan@google.com\u003e\nReviewed-by: Robert Griesemer \u003cgri@google.com\u003e\nLUCI-TryBot-Result: Go LUCI \u003cgolang-scoped@luci-project-accounts.iam.gserviceaccount.com\u003e\n",
  "tree_diff": [
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "eaa4ae819af0804c8426160f5cc9864b4af565a5",
      "new_mode": 33188,
      "new_path": "go/types/objectpath/main.go"
    }
  ]
}
