delve/service/test
aarzilli 79a0e216ab proc: add iface.(data) syntax to access concrete value of an interface
With this syntax users do not need to type the concrete type of an
interface variable to access its contents. This also sidesteps the
problem where the serialization of a type by go/printer is different
from the one used for debug_info type names.

Updates #1328
2018-09-27 14:09:26 -07:00
..
cmd Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
common_test.go all: Spelling 2018-03-20 11:05:35 +01:00
integration1_test.go service/test: fix typo 2018-09-20 11:48:37 +02:00
integration2_test.go service/test: fix typo 2018-09-20 11:48:37 +02:00
variables_test.go proc: add iface.(data) syntax to access concrete value of an interface 2018-09-27 14:09:26 -07:00