Skip to content

Commit d34dd3d

Browse files
committed
delete examples folder and update readme as these are duplicated in e2e tests
1 parent 3a92281 commit d34dd3d

File tree

4 files changed

+1
-444
lines changed

4 files changed

+1
-444
lines changed

languages/go/xorm/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ Start Postgres and CipherStash Proxy and install EQL:
6868
./run.sh setup
6969
```
7070

71-
Run examples:
72-
73-
```shell
74-
./run.sh examples
75-
```
76-
7771
Run tests:
7872

7973
```shell
@@ -229,7 +223,7 @@ Goeql has functions that will serialize a value into the format required by Ciph
229223

230224
[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.
231225

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.
233227

234228
Below is an example of running a match query on a text field.
235229

0 commit comments

Comments
 (0)