delve/_fixtures/vendor
aarzilli 2a2d1040e9 proc: allow "package/path".varname syntax
If the application being debugged imports two packages with the same
name (but different paths) there was no way to disambiguate the two,
since the character '/' can not appear inside a go identifier.

By allowing users to use a string literal as the package name a package
path can be specified.
2018-06-14 09:29:23 -07:00
..
dir0 proc: allow "package/path".varname syntax 2018-06-14 09:29:23 -07:00
dir1/pkg proc: allow "package/path".varname syntax 2018-06-14 09:29:23 -07:00
dir.io proc: support interface type resolution for packages containing a dot 2018-03-05 10:07:11 -08:00