https://github.com/google/cayley
Raw File
Tip revision: 37fdf392907bc251abf24fab04661f5f88daf6ae authored by Mikael Cabot on 04 September 2016, 12:52:56 UTC
table names, upgradeFunc nil, session.Close
Tip revision: 37fdf39
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