This is an automated email from the ASF dual-hosted git repository.
colegreer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 02973f26bf Merge branch '3.6-dev'
add 5bc70b6f31 TINKERPOP-2951: Add translator to the Go GLV (#2213)
add 91e033f183 CTR docs updates for TINKERPOP-2951
new 397eff08f7 Merge branch '3.6-dev'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG.asciidoc | 1 +
docs/src/reference/the-traversal.asciidoc | 31 +-
gremlin-go/driver/translator.go | 365 +++++++++++++++
gremlin-go/driver/translator_test.go | 720 ++++++++++++++++++++++++++++++
4 files changed, 1110 insertions(+), 7 deletions(-)
create mode 100644 gremlin-go/driver/translator.go
create mode 100644 gremlin-go/driver/translator_test.go