fix:Update 3.go.md&1.overview.md【zh&en】 #2579
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1、修改 nGQL指南 -> nGQL概述 -> 占位标识符和占位符值 中nGQL语法和语句示例不一致的问题
2、修改 nGQL指南 -> 通用查询语句 -> GO -> 子查询作为起始点 中
①go查询方式,中文版可能是少了REVERSELY导致语句结果错误
②match查询方式少了age条件
修改方式:将go语句中src改为dst,将match语句中加上age条件且改变边的方向,两种方式保持边的方向一致且结果一致。