Gondolier Example

November 23, 2017 ยท View on GitHub

Example for Gondolier: https://github.com/emvicom/gondolier

Schema

Schema

Run

cd gondolier-example
export GOPATH=`pwd`
go get github.com/emvicom/gondolier
go get github.com/lib/pq
go run src/main/main.go

Contents

  1. 1Schema
  2. 2Run