https://github.com/google/cayley
Raw File
Tip revision: bf060eb7ae1160b32202e5405a158ccbc5f1fde1 authored by Denys Smirnov on 11 December 2019, 22:11:52 UTC
add integration point for full text search
Tip revision: bf060eb
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