From f90120c3b33f2134a572a62aaf291aa2abe58749 Mon Sep 17 00:00:00 2001
From: chainhelen
Date: Sun, 12 Apr 2020 16:12:18 +0800
Subject: [PATCH] doc/debugging_with_gdb: fix the link of delve
The repository of delve has already switched from the personal
account github.com/derekparker/delve to the organization account
github.com/go-delve/delve. According to go-delve/delve#1456.
---
doc/debugging_with_gdb.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/debugging_with_gdb.html b/doc/debugging_with_gdb.html
index 36ec0bdf376..e1fb292f063 100644
--- a/doc/debugging_with_gdb.html
+++ b/doc/debugging_with_gdb.html
@@ -18,13 +18,13 @@ Gccgo has native gdb support.
Note that
-Delve is a better
+Delve is a better
alternative to GDB when debugging Go programs built with the standard
toolchain. It understands the Go runtime, data structures, and
expressions better than GDB. Delve currently supports Linux, OSX,
and Windows on amd64
.
For the most up-to-date list of supported platforms, please see
-
+
the Delve documentation.