Cole-Greer commented on PR #3416: URL: https://github.com/apache/tinkerpop/pull/3416#issuecomment-4365353554
Thanks for opening the PR, the `NextN(n)` syntax seems like a good workaround considering Go's lack of overloading support. Since this differs from the other drivers, I think it might warrant a brief shoutout in the [Go differences reference docs](https://github.com/apache/tinkerpop/blob/3ad5a83983f46bc90f82079ce8d402549d696040/docs/src/reference/gremlin-variants.asciidoc?plain=1#L499-L500). This should also get added to the Go translators in [Java](https://github.com/apache/tinkerpop/blob/master/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/language/translator/GoTranslateVisitor.java) and [JS](https://github.com/apache/tinkerpop/blob/master/gremlin-js/gremlin-javascript/lib/language/translator/GoTranslateVisitor.ts). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
