kirill-stepanishin commented on code in PR #3213: URL: https://github.com/apache/tinkerpop/pull/3213#discussion_r2371377957
########## gremlin-go/examples/go.mod: ########## @@ -21,9 +21,11 @@ go 1.24 require github.com/apache/tinkerpop/gremlin-go/v3 v3.7.3 +replace github.com/apache/tinkerpop/gremlin-go/v3 => ../ Review Comment: Makes the examples use local source code instead of published packages for immediate feedback and to apply fixes instantly. Broader strategy regarding examples is in discussion. -- 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]
