#!/bin/sh export GOPATH=$(pwd) export PATH=$GOPATH/bin:$PATH go get "github.com/coopernurse/gorp" go get "github.com/mattn/go-sqlite3"