From ecc2eb6da6d8b895d2055b1395df5d6b43f469a2 Mon Sep 17 00:00:00 2001 From: Alessandro Arzilli Date: Sat, 25 Mar 2017 00:10:01 +0100 Subject: [PATCH] documentation: add gdlv to list of alternative UIs (#774) --- Documentation/EditorIntegration.md | 4 ++++ Documentation/README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/EditorIntegration.md b/Documentation/EditorIntegration.md index eb5f6cd8..b4b67b9b 100644 --- a/Documentation/EditorIntegration.md +++ b/Documentation/EditorIntegration.md @@ -7,3 +7,7 @@ The following editor plugins for delve are available: * [LiteIDE](https://github.com/visualfc/liteide) * [Go Debugger for Atom](https://github.com/lloiser/go-debug) * [Go Debugger for NeoVim](https://github.com/jodosha/vim-godebug) + +The following alternative UIs for delve are available: + +* [Gdlv](https://github.com/aarzilli/gdlv) diff --git a/Documentation/README.md b/Documentation/README.md index 126c306a..45d181ae 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -7,5 +7,5 @@ Documentation for the project will reside in this directory. - [Command Line Interface](cli) - [API](api) - [Internal](internal) -- [Editor Integration](EditorIntegration.md) +- [Editor Integration and Alternative UI](EditorIntegration.md) - [Known Bugs](KnownBugs.md)