delve/Documentation
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
..
api Documentation: mention that interfaces can also not be loaded 2018-09-18 13:10:50 -07:00
cli proc: add iface.(data) syntax to access concrete value of an interface 2018-09-27 14:09:26 -07:00
installation Update install.md 2018-09-18 10:22:48 -07:00
internal Documentation: better documentation menu, add guide to writing a client 2018-07-02 09:35:27 -07:00
usage *: function call injection for go 1.11 2018-07-13 13:37:54 -07:00
EditorIntegration.md Documentation: Add Sublime plugin (#1352) 2018-09-24 10:24:49 -07:00
KnownBugs.md proc: lexical block support 2017-08-01 11:20:25 -06:00
README.md documentation: add gdlv to list of alternative UIs (#774) 2017-03-24 16:10:01 -07:00

Delve Documentation

Documentation for the project will reside in this directory.