https://github.com/google/cayley
Raw File
Tip revision: 29ad38d5cca2ca4d7eccf7c0551166f5a9fdd33f authored by Denys Smirnov on 15 December 2019, 12:08:08 UTC
inference: refactor the code
Tip revision: 29ad38d
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