https://github.com/google/cayley
Raw File
Tip revision: e3eb95bcbb3dc391d37f53a34b59d3ec56556435 authored by Denys Smirnov on 11 December 2019, 22:11:52 UTC
add integration point for full text search
Tip revision: e3eb95b
README.md
# Examples

Each of the examples can be run with 

```go run hello_world/main.go```

obviously changing **hello_world** to the one you want to run!

The hello_bolt example requires `go get`.
back to top