https://github.com/google/cayley
Raw File
Tip revision: f29f0029aff3dc0d57d8f2867077895d3c55dc57 authored by Iddan Aaronsohn on 27 December 2019, 17:59:44 UTC
Use namespace everywhere a literal value is used
Tip revision: f29f002
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