You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2022/08/23 00:06:45 UTC

[GitHub] [tinkerpop] good41898 commented on a diff in pull request #1786: Export Result field

good41898 commented on code in PR #1786:
URL: https://github.com/apache/tinkerpop/pull/1786#discussion_r952026757


##########
gremlin-go/driver/result.go:
##########
@@ -27,17 +27,17 @@ import (
 
 // Result Struct to abstract the Result and provide functions to use it.
 type Result struct {
-	result interface{}
+	Result interface{}

Review Comment:
   done! Thanks 👍 



-- 
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: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org