Skip to content

Commit

Permalink
Remove API: ResultKey (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
sim-wangyan committed Nov 4, 2023
1 parent 0874037 commit 461dcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func main() {

builder := NewBuilderX()
builder.
ResultKey("p.id").
ResultKeys("p.id").
SourceX(func(sb *SourceBuilder) {
sb.
Sub(sub).Alia("p").
Expand Down

0 comments on commit 461dcd5

Please sign in to comment.