From edf81050a8cfdcdaff47664f51c52441b754480e Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Sat, 18 Aug 2018 14:50:50 -0400 Subject: [PATCH] doc/go1.11: Delve 1.1.0 added support for method calls Change-Id: I5f887f9831378cf76f5a9f447f481ea24c63f390 Reviewed-on: https://go-review.googlesource.com/129803 Reviewed-by: Brad Fitzpatrick --- doc/go1.11.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/go1.11.html b/doc/go1.11.html index 89649f34c0..fae1c5ff14 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -273,9 +273,8 @@ func f(v interface{}) { This is useful, for example, to call String methods when paused at a breakpoint. - - This is currently only supported by Delve. + This is currently only supported by Delve (version 1.1.0 and up).

Test

-- 2.50.0