]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.11: Delve 1.1.0 added support for method calls
authorAustin Clements <austin@google.com>
Sat, 18 Aug 2018 18:50:50 +0000 (14:50 -0400)
committerAustin Clements <austin@google.com>
Mon, 20 Aug 2018 02:42:36 +0000 (02:42 +0000)
Change-Id: I5f887f9831378cf76f5a9f447f481ea24c63f390
Reviewed-on: https://go-review.googlesource.com/129803
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.11.html

index 89649f34c0cb783d01263a98eff8ff6bffe97ebb..fae1c5ff145a658edee36913a380d8ab54411a8a 100644 (file)
@@ -273,9 +273,8 @@ func f(v interface{}) {
 
   This is useful, for example, to call <code>String</code> methods
   when paused at a breakpoint.
-  <!-- TODO(austin): Make sure methods calls are actually supported by Delve -->
 
-  This is currently only supported by Delve.
+  This is currently only supported by Delve (version 1.1.0 and up).
 </p>
 
 <h3 id="test">Test</h3>