Skip to content

Commit 8a4e077

Browse files
committed
updated go repo link in readme
1 parent 0612b37 commit 8a4e077

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,4 +592,4 @@ This package has also different language support.
592592

593593
- [JavaScript JsonQ](https://github.com/me-shaon/js-jsonq) developed by [Ahmed shamim](https://github.com/me-shaon)
594594
- [Python JsonQ](https://github.com/s1s1ty/py-jsonq) developed by [Shaon Shaonty](https://github.com/s1s1ty)
595-
- [Go JsonQ](https://github.com/thedevsaddam/go-jsonq) developed by [Saddam H](https://github.com/thedevsaddam) - Upcoming
595+
- [Go JsonQ](https://github.com/thedevsaddam/gojsonq) developed by [Saddam H](https://github.com/thedevsaddam) - Upcoming

examples/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818

1919
$result = $jq->from('products')
2020
->where('cat', 'int', 0)
21+
2122
->sum('price');
2223
dump($result);

0 commit comments

Comments
 (0)