izliang commented on code in PR #514: URL: https://github.com/apache/incubator-hugegraph-toolchain/pull/514#discussion_r1368310622
########## hugegraph-client-go/api/api.response.go: ########## Review Comment: Normally, in Go language, underline is used as the file separator. Here, because the API is a tree structure, English commas are used to distinguish between trees, and then underline is used for segmentation. For example: api.veretx.create.go and api.vertex.get_ By_ The use of English commas and underscores in id.go is more conducive to presentation and layering. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
