https://github.com/google/cayley
Raw File
Tip revision: 1acc521bedf510f511b95e277fb2c96e40ac4e5d authored by Iddan Aaronsohn on 17 September 2019, 21:54:55 UTC
Make constructors capitalised
Tip revision: 1acc521
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