commit | a6b4fe6ee7fea3d484d7970bce3907aa7dffa061 | [log] [tgz] |
---|---|---|
author | Heschi Kreinick <heschi@google.com> | Thu Mar 08 15:47:48 2018 -0500 |
committer | Heschi Kreinick <heschi@google.com> | Thu Mar 08 20:59:42 2018 +0000 |
tree | 26d8d7306ac9fadc1da21a0fa4f2e15caf87820f | |
parent | 545543929d8ccc043f8e537de66eafa69c90e046 [diff] |
gocore: convert dwarf names to runtime more accurately Import paths can have dots, and struct names need to have package paths removed. This accounts for import paths like github.com/whatever, and also should fix things like map[path/to/package.Type]path/to/package.Othertype. Change-Id: Ief767f7fadf5c15f6d6343e0e1738904a4ca460a Reviewed-on: https://go-review.googlesource.com/99675 Reviewed-by: Keith Randall <khr@golang.org>