This is an automated email from the ASF dual-hosted git repository.
colegreer pushed a commit to branch 3.7-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/3.7-dev by this push:
new f7c5c864c0 CTR Update go README
f7c5c864c0 is described below
commit f7c5c864c080018eed4b1c84a1c2c9088cfb6ce0
Author: Cole Greer <[email protected]>
AuthorDate: Tue Mar 31 17:15:54 2026 -0700
CTR Update go README
---
gremlin-go/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gremlin-go/README.md b/gremlin-go/README.md
index ddc0c653bc..1b1f16e188 100644
--- a/gremlin-go/README.md
+++ b/gremlin-go/README.md
@@ -115,7 +115,7 @@ if err != nil {
}
```
### Find Vertices
-Getting the property value associated with the added vertex. We currently only
support `ToList()` for submitting the remote traversal. Support for `Next()`
will be implemented in the subsequent milestones.
+Getting the property value associated with the added vertex.
```go
result, err := g.V().HasLabel("gremlin").Values("language").ToList()
// Handle error