From: Austin Clements Date: Sat, 18 Aug 2018 18:50:50 +0000 (-0400) Subject: doc/go1.11: Delve 1.1.0 added support for method calls X-Git-Tag: go1.11rc2~8^2~1 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=edf81050a8cfdcdaff47664f51c52441b754480e;p=gostls13.git 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 --- 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