JoshInnis commented on a change in pull request #150: URL: https://github.com/apache/incubator-age/pull/150#discussion_r767015657
########## File path: drivers/golang/README.md ########## @@ -27,6 +27,7 @@ Check [latest version](https://github.com/apache/incubator-age/releases) * Apache Incubator Age : https://age.apache.org/ * Github : https://github.com/apache/incubator-age * Document : https://age.incubator.apache.org/docs/ +* apache-age-go GitHub : https://github.com/rhizome-ai/apache-age-go Review comment: URL needs to be updated ########## File path: drivers/python/age/gen/AgtypeVisitor.py ########## @@ -0,0 +1,88 @@ +# Generated from Agtype.g4 by ANTLR 4.9.2 Review comment: Needs License ########## File path: drivers/python/age/gen/AgtypeListener.py ########## @@ -0,0 +1,147 @@ +# Generated from Agtype.g4 by ANTLR 4.9.2 Review comment: Needs License ########## File path: drivers/python/age/gen/AgtypeVisitor.py ########## @@ -0,0 +1,88 @@ +# Generated from Agtype.g4 by ANTLR 4.9.2 +from antlr4 import * Review comment: Needs License -- 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]
