aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2018-08-18 14:50:50 -0400
committerAustin Clements <austin@google.com>2018-08-20 02:42:36 +0000
commitedf81050a8cfdcdaff47664f51c52441b754480e (patch)
tree419c8c61ff7c317a0392da9ddc8b320d61b9efa7
parentbf80e3b5640447d213f68e0423ad37f34bf7a222 (diff)
downloadgo-edf81050a8cfdcdaff47664f51c52441b754480e.tar.gz
go-edf81050a8cfdcdaff47664f51c52441b754480e.zip
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 <bradfitz@golang.org>
-rw-r--r--doc/go1.11.html3
1 files changed, 1 insertions, 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 <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>