You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: languages/go/xorm/README.md
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -68,12 +68,6 @@ Start Postgres and CipherStash Proxy and install EQL:
68
68
./run.sh setup
69
69
```
70
70
71
-
Run examples:
72
-
73
-
```shell
74
-
./run.sh examples
75
-
```
76
-
77
71
Run tests:
78
72
79
73
```shell
@@ -229,7 +223,7 @@ Goeql has functions that will serialize a value into the format required by Ciph
229
223
230
224
[These functions](https://github.com/cipherstash/encrypt-query-language/blob/main/languages/go/goeql/goeql.go#L153-L171) will need to be used for the relevant query.
231
225
232
-
Examples of how to use these are in the [example_queries.go](./example_queries.go) file.
226
+
Examples of how to use these are in the [e2e_test.go](./e2e_test.go) file.
233
227
234
228
Below is an example of running a match query on a text field.
0 commit comments