examples/edgeindex: move example from main to example_test (#706)

This commit is contained in:
Ariel Mashraki
2020-08-28 18:10:20 +03:00
committed by GitHub
parent 48389c5e94
commit bcf262a66e
2 changed files with 9 additions and 2 deletions

View File

@@ -8,3 +8,9 @@ street name to be unique under each city.
```console
go generate ./...
```
### Run Example
```console
go test
```